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

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2020-02-06 15:23:22 +0300
committerGitHub <noreply@github.com>2020-02-06 15:23:22 +0300
commit31f08398a08b537d9446d9c6fb16f9d868d8a001 (patch)
tree41533bb937680207048414360281af4758d11f11 /build.sh
parent94d770b7b1d88e1cca45d8a259fc4955680eca80 (diff)
Build illink.sln with build.cmd/sh (#940)
Otherwise it tried to build both .sln files in the project root.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 8477d5af8..228566129 100755
--- a/build.sh
+++ b/build.sh
@@ -13,4 +13,4 @@ while [[ -h $source ]]; do
done
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
-"$scriptroot/eng/common/build.sh" --build --restore $@
+"$scriptroot/eng/common/build.sh" --projects "$scriptroot/illink.sln" --build --restore $@