projects
/
platform
/
core
/
dotnet
/
diagnostics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dcfe90f
)
Fix build target architecture passing (#3692)
author
Juan Hoyos
<19413848+hoyosjs@users.noreply.github.com>
Tue, 28 Feb 2023 00:50:52 +0000
(16:50 -0800)
committer
GitHub
<noreply@github.com>
Tue, 28 Feb 2023 00:50:52 +0000
(
00:50
+0000)
eng/build.sh
patch
|
blob
|
history
diff --git
a/eng/build.sh
b/eng/build.sh
index af96a0a49fd003cbdc93fa114c7047db99c307c4..08fa93f2454f38f2512b3a89fd8e379bec41d620 100755
(executable)
--- a/
eng/build.sh
+++ b/
eng/build.sh
@@
-115,9
+115,6
@@
handle_arguments() {
}
source "$__RepoRootDir"/eng/native/build-commons.sh
-source "$__RepoRootDir/eng/native/init-os-and-arch.sh"
-
-__BuildArch="$arch"
__LogsDir="$__RootBinDir/log/$__BuildType"
__ConfigTriplet="$__TargetOS.$__BuildArch.$__BuildType"