Skip to content

Commit

Permalink
quotes around tinycc extra cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Sep 30, 2024
1 parent abc2a65 commit 6a6c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/init.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ SOURCES := src/io.o src/file.o src/cflag.o \

ldadd := lib/tinycc/libtcc.a

tinycc_config ?= --cc=${cc} --extra-cflags=${cflags}
tinycc_config ?= --cc=${cc} --extra-cflags="${cflags}"
ifdef DEBUG
tinycc_config += --debug
endif

0 comments on commit 6a6c5d7

Please sign in to comment.