Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-02-08 20:36:47 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-02-08 21:16:19 +0300
commit1e1c4970c4a70792af40ff5f78b68a42f13bea62 (patch)
tree200f0959f878d6a7fbd8d670419f5944be8e6dac /mcs/build/config-default.make
parent0bfc83e5c0ffbd6c560226e785fec2d68fd41670 (diff)
[mcs] Use $(PLATFORM_PATH_SEPARATOR) instead of ':' for MONO_PATH to fix Windows tests
./ was added to MONO_PATH in b5c2b5892f3ff4c104f701a4175b90989e9c7045, but the Unix path separator ':' doesn't work on Windows.
Diffstat (limited to 'mcs/build/config-default.make')
-rw-r--r--mcs/build/config-default.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/config-default.make b/mcs/build/config-default.make
index 8dcbbdc628d..658faa991ce 100644
--- a/mcs/build/config-default.make
+++ b/mcs/build/config-default.make
@@ -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