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:
authorGeoff Norton <kangaroo@clr.ninja>2015-11-11 22:19:55 +0300
committerGeoff Norton <kangaroo@clr.ninja>2015-11-12 00:13:34 +0300
commit4954c329bdad83a6ca7662fe5db1582ce076ef78 (patch)
tree585016cdc032829c9253d28a768ef57ca285d796 /build.sh
parent9d0013392d224a011251a6e9824505440dad15fc (diff)
[unix] Ensure that the managed build can complete on unix
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 8ab00f0d7..137d03bd1 100755
--- a/build.sh
+++ b/build.sh
@@ -297,7 +297,7 @@ if [ "$__buildmanaged" = false -a "$__buildnative" = false ]; then
fi
# Set the remaining variables based upon the determined build configuration
-__IntermediatesDir="$__rootbinpath/obj/Product/$__BuildOS.$__BuildArch.$__BuildType"
+__IntermediatesDir="$__rootbinpath/obj/Native/$__BuildOS.$__BuildArch.$__BuildType"
__ProductBinDir="$__rootbinpath/Product/$__BuildOS.$__BuildArch.$__BuildType"
# Make the directories necessary for build if they don't exist