[mcs] Use $(PLATFORM_PATH_SEPARATOR) instead of ':' for MONO_PATH to fix Windows...
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 8 Feb 2016 17:36:47 +0000 (18:36 +0100)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 8 Feb 2016 18:16:19 +0000 (19:16 +0100)
./ was added to MONO_PATH in b5c2b5892f3ff4c104f701a4175b90989e9c7045, but the Unix path separator ':' doesn't work on Windows.

mcs/build/config-default.make

index 8dcbbdc628dbc762b6be2c8a2d4d054868dfe672..658faa991ce56d6801dce5537d582c4f64333bab 100644 (file)
@@ -23,7 +23,7 @@ mono_libdir = $(exec_prefix)/lib
 sysconfdir = $(prefix)/etc
 #RUNTIME = mono
 RUNTIME = false
-TEST_RUNTIME = MONO_PATH="./:$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
+TEST_RUNTIME = MONO_PATH="./$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(TEST_MONO_PATH)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(RUNTIME) --debug
 
 # In case you want to add MCS_FLAGS, this lets you not have to
 # keep track of the default value