Skip to content

Commit

Permalink
build: add CFLAGS back when building with muon
Browse files Browse the repository at this point in the history
Previous commit dropped the CLFAGS from the muon
configuration step. Add it back.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Dec 5, 2023
1 parent f92b2a3 commit 6b61dd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ tools_build_muon() {
}

config_muon_default() {
CC="${CC}" ninja="${SAMU}" "${MUON}" setup \
CC="${CC}" CFLAGS="${CFLAGS}" ninja="${SAMU}" \
"${MUON}" setup \
-Ddefault_library=static \
-Dc_link_args="-static" \
-Djson-c=disabled \
Expand Down

0 comments on commit 6b61dd4

Please sign in to comment.