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:
authorOmair Majid <omajid@redhat.com>2021-02-24 14:19:32 +0300
committerGitHub <noreply@github.com>2021-02-24 14:19:32 +0300
commit6b3a3050c70577bd1b3fd7611eef56679e22a4f1 (patch)
treecc033b3b2c7d84c8e557a3be796df82c11469ebc /build.sh
parentb37475f79d143063be6b6870260eec500d80189d (diff)
Enable source-build through arcade (#1823)
Co-authored-by: Marek Safar <marek.safar@gmail.com>
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 228566129..8477d5af8 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" --projects "$scriptroot/illink.sln" --build --restore $@
+"$scriptroot/eng/common/build.sh" --build --restore $@