diff options
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/Makefile.inc b/util/cbfstool/Makefile.inc index 99df7d7858..2a3dedfc66 100644 --- a/util/cbfstool/Makefile.inc +++ b/util/cbfstool/Makefile.inc @@ -53,7 +53,7 @@ TOOLCPPFLAGS += -I$(objutil)/cbfstool TOOLLDFLAGS ?= ifeq ($(shell uname -s | cut -c-7 2>/dev/null), MINGW32) -TOOLFLAGS+=-mno-ms-bitfields +TOOLCFLAGS += -mno-ms-bitfields endif $(objutil)/cbfstool/%.o: $(objutil)/cbfstool/%.c |