mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-11-12 14:05:01 +00:00
fixed C FLAGS in newmaps
C compiler flags were ignored because they were assigned to C_FLAGS var, which is ignored. Changed to CFLAGS.
This commit is contained in:
parent
63805800af
commit
8acb6085eb
@ -44,7 +44,7 @@ configure_file(${ASDF_SRC_DIR}/asdf_keymap_table.h.in ${CMAKE_CURRENT_BINARY_DI
|
||||
|
||||
|
||||
|
||||
list(APPEND C_FLAGS
|
||||
list(APPEND CFLAGS
|
||||
-std=c99
|
||||
-Wall
|
||||
-funsigned-char
|
||||
|
Loading…
Reference in New Issue
Block a user