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
path: root/mcs/build
diff options
context:
space:
mode:
authorKatelyn Gadd <kg@luminance.org>2019-04-19 00:54:25 +0300
committerGitHub <noreply@github.com>2019-04-19 00:54:25 +0300
commitd9c1f377802e522cd9ce7339134e64298a1a53da (patch)
tree33785e4b83fd552ee4c6a5849780839bdc853899 /mcs/build
parentf7dff29c6ce959968cb489fcbee2d3ebde0784d0 (diff)
Fix start-compiler-server (#14117)
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/profiles/build.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/build/profiles/build.make b/mcs/build/profiles/build.make
index 61352cffaab..efa20c1fa74 100644
--- a/mcs/build/profiles/build.make
+++ b/mcs/build/profiles/build.make
@@ -147,7 +147,7 @@ export VBCS_LOCATION
start-compiler-server:
echo Attempting to start compiler server...
- $(topdir)/build/start-compiler-server.sh '$(realpath $(topdir))' '$(realpath $(topdir)/build/compiler-server.log)' '$(COMPILER_SERVER_PIPENAME)'
+ ./build/start-compiler-server.sh '$(realpath $(topdir))' '$(realpath $(topdir)/build)/compiler-server.log' '$(COMPILER_SERVER_PIPENAME)'
else
start-compiler-server: