Skip to content

Add missing '$__CMakeArgs' option in build.sh - #3571

Merged
hoyosjs merged 1 commit into
dotnet:mainfrom
JongHeonChoi:keep_native_symbols
Jan 5, 2023
Merged

Add missing '$__CMakeArgs' option in build.sh#3571
hoyosjs merged 1 commit into
dotnet:mainfrom
JongHeonChoi:keep_native_symbols

Conversation

@JongHeonChoi

@JongHeonChoi JongHeonChoi commented Dec 25, 2022

Copy link
Copy Markdown
Contributor

build-commons.sh puts -DCLR_CMAKE_KEEP_NATIVE_SYMBOL=true to __CMakeArgs for keepnativesymbols option. Yet it is forgotten as build.sh doesn't use it.

keepnativesymbols|-keepnativesymbols)
__CMakeArgs="$__CMakeArgs -DCLR_CMAKE_KEEP_NATIVE_SYMBOLS=true"
;;

@JongHeonChoi JongHeonChoi changed the title Add missing 'keepnativesymbols' option in build.sh Add missing '$__CMakeArgs' option in build.sh Dec 26, 2022
@JongHeonChoi

JongHeonChoi commented Dec 28, 2022

Copy link
Copy Markdown
Contributor Author

@mikem8361 @hoyosjs @tommcdon
Who can review it? Please add the person in charge as a reviewer.

@hoyosjs
hoyosjs merged commit b164cb7 into dotnet:main Jan 5, 2023
@github-actions github-actions Bot locked and limited conversation to collaborators Jan 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants