Merge pull request #4053 from xmcclure/babysitter_cygwin
[mono.git] / mono / tests / gc-descriptors / Makefile.am
index 54eca51ef5197e10332720ead06d5652bd9e8f7d..6694b763eb5d10a4d4f8f2c3e976bc5aa1ba4f81 100755 (executable)
@@ -1,6 +1,8 @@
-with_mono_path = MONO_PATH=$(mcs_topdir)/class/lib/net_4_5
+CLASS=$(mcs_topdir)/class/lib/$(DEFAULT_PROFILE)
+
+with_mono_path = MONO_PATH=$(CLASS)
 RUNTIME = $(with_mono_path) $(top_builddir)/runtime/mono-wrapper
-MCS = $(RUNTIME) $(mcs_topdir)/class/lib/build/mcs.exe -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug
+MCS = $(RUNTIME) $(CSC) -unsafe -nowarn:0162 -nowarn:0168 -nowarn:0219 -debug:portable
 
 check-local: test