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 <dwagner@suse.de>
  • Loading branch information
igaw committed Nov 16, 2023
1 parent 1ca24e4 commit 75b4fef
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 75b4fef

Please sign in to comment.