[runtime] Only add Mono.Dynamic.Interpreter to mobile_static (#3302)
authorAlexander Kyte <alexmkyte@gmail.com>
Wed, 20 Jul 2016 20:08:09 +0000 (16:08 -0400)
committerZoltan Varga <vargaz@gmail.com>
Wed, 20 Jul 2016 20:08:09 +0000 (16:08 -0400)
mono/mini/Makefile.am.in

index e1ed7ce2c8341520031a84329904c969a5f9c501..08e40955527c1bdffe866f1d7768047fe1982a17 100755 (executable)
@@ -750,11 +750,11 @@ FULLAOT_LIBS_UNIVERSAL = \
        System.dll \
        System.Xml.dll \
        System.Security.dll \
-       Mono.Dynamic.Interpreter.dll \
        Mono.Security.dll
 
 if INSTALL_MOBILE_STATIC
 FULLAOT_LIBS= \
+       Mono.Dynamic.Interpreter.dll \
        $(FULLAOT_LIBS_UNIVERSAL)
 else
 FULLAOT_LIBS= \