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

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index f6609508d..2066df2f4 100755
--- a/build.sh
+++ b/build.sh
@@ -277,13 +277,17 @@ for i in "$@"
native)
__buildnative=true
;;
+ x86)
+ __BuildArch=x86
+ ;;
x64)
__BuildArch=x64
- __MSBuildBuildArch=x64
;;
arm)
__BuildArch=arm
- __MSBuildBuildArch=arm
+ ;;
+ arm64)
+ __BuildArch=arm64
;;
debug)
__BuildType=Debug