[mobile_static] Fix libraries provided when building System
authorAlexander Kyte <alexmkyte@fastmail.com>
Mon, 23 May 2016 22:42:25 +0000 (18:42 -0400)
committerAlexander Kyte <alexmkyte@gmail.com>
Sun, 3 Jul 2016 01:33:05 +0000 (21:33 -0400)
mcs/class/System/Makefile

index b5fb6bb927c52ea13578e019c868e4039664ec34..fe01d7e4317c78eaa7a368f31ccd41952da83cb4 100644 (file)
@@ -19,7 +19,11 @@ TEST_RESOURCES = \
        Test/System/test-uri-props-manual.txt \
        Test/System/test-uri-relative-props.txt
 
+ifndef MOBILE_PROFILE
 TEST_LIB_REFS = System.Drawing Mono.Security System.Data System.Xml System.Core System.Configuration
+else
+TEST_LIB_REFS = Mono.Security System.Data System.Xml System.Core
+endif
 
 TEST_MCS_FLAGS = -nowarn:618,672,219,67,169,612 \
        $(foreach f, $(TEST_RESOURCES), -resource:$(f),$(notdir $(f)))