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:
839361d
)
Add missing keepnativesymbols option in build.sh (#3571)
author
JongHeonChoi
<j-h.choi@samsung.com>
Thu, 5 Jan 2023 11:23:12 +0000
(20:23 +0900)
committer
GitHub
<noreply@github.com>
Thu, 5 Jan 2023 11:23:12 +0000
(
03:23
-0800)
eng/build.sh
patch
|
blob
|
history
diff --git
a/eng/build.sh
b/eng/build.sh
index 654ab0c0f594a6b66d5743278a595a1f7020b2ab..c8c8805dabc1930ede51b947825e4b68c6d8ec48 100755
(executable)
--- a/
eng/build.sh
+++ b/
eng/build.sh
@@
-131,7
+131,7
@@
mkdir -p "$__IntermediatesDir"
mkdir -p "$__LogsDir"
mkdir -p "$__CMakeBinDir"
-__ExtraCmakeArgs="$__ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"
+__ExtraCmakeArgs="$__
CMakeArgs $__
ExtraCmakeArgs -DCLR_MANAGED_BINARY_DIR=$__RootBinDir/bin -DCLR_BUILD_TYPE=$__BuildType"
# Specify path to be set for CMAKE_INSTALL_PREFIX.
# This is where all built native libraries will copied to.