[build] Roslyn switch
[mono.git] / mono / tests / assemblyresolve / Makefile.am
index b198b753750d45cbbae3d34791451642e171bc2d..1d3942ffa4fef881c4f2b0d35d8e92fc3c68c84e 100644 (file)
@@ -3,9 +3,9 @@ CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
 with_mono_path = MONO_PATH=$(CLASS)
 
 RUNTIME = $(top_builddir)/runtime/mono-wrapper --debug
-MCS = $(with_mono_path) $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -debug:full -target:library
+MCS = $(with_mono_path) $(RUNTIME) $(CSC) -noconfig -nologo -debug:portable -target:library
 
-if INSTALL_MOBILE_STATIC
+if INSTALL_AOT_ONLY
 prereq: aot
 else
 prereq: test/asm.dll