This reverts commit 2e924a40c8.
This commit is contained in:
Alexander Köplinger 2019-02-04 14:40:48 +01:00
Родитель b105a5dd6f
Коммит eec48fc869
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -3,9 +3,7 @@ TOP=../..
include $(TOP)/Make.config
# a 64bits mono is required because of the clang requirement
# DON'T MERGE DON'T MERGE
MONO ?= MONO_THREADS_SUSPEND=preemptive mono64 --debug
# DON'T MERGE DON'T MERGE
MONO ?= mono64 --debug
XCODE=$(abspath $(XCODE_DEVELOPER_ROOT)/../..)