You've already forked linux-packaging-mono
Imported Upstream version 4.3.2.467
Former-commit-id: 9c2cb47f45fa221e661ab616387c9cda183f283d
This commit is contained in:
@@ -7,13 +7,17 @@ LIBRARY = Mono.CSharp.dll
|
||||
LIB_REFS = System.Core System.Xml System
|
||||
LIB_MCS_FLAGS =
|
||||
|
||||
MOBILE_STATIC := $(filter mobile_static monotouch monotouch_watch, $(PROFILE))
|
||||
|
||||
ifdef MOBILE_STATIC
|
||||
LIB_MCS_FLAGS += -d:IOS_REFLECTION
|
||||
endif
|
||||
|
||||
ifndef NO_THREAD_ABORT
|
||||
REFERENCE_SOURCES_FLAGS += -d:MONO_FEATURE_THREAD_ABORT
|
||||
endif
|
||||
|
||||
TEST_MCS_FLAGS = -r:System.Core.dll
|
||||
|
||||
LIB_MCS_FLAGS += $(REFERENCE_SOURCES_FLAGS)
|
||||
|
||||
include ../../build/library.make
|
||||
|
||||
|
||||
Reference in New Issue
Block a user