Skip to content

Commit 6b61dd4

Browse files
dwsuseigaw
authored andcommitted
build: add CFLAGS back when building with muon
Previous commit dropped the CLFAGS from the muon configuration step. Add it back. Signed-off-by: Daniel Wagner <[email protected]>
1 parent f92b2a3 commit 6b61dd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ tools_build_muon() {
170170
}
171171

172172
config_muon_default() {
173-
CC="${CC}" ninja="${SAMU}" "${MUON}" setup \
173+
CC="${CC}" CFLAGS="${CFLAGS}" ninja="${SAMU}" \
174+
"${MUON}" setup \
174175
-Ddefault_library=static \
175176
-Dc_link_args="-static" \
176177
-Djson-c=disabled \

0 commit comments

Comments
 (0)