This commit is contained in:
Duke
2025-12-29 23:35:22 -05:00
parent aba63b44a1
commit f6364c9ec6
3 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ define $(package)_config_cmds
endef
define $(package)_build_cmds
CCFLAGS='-std=gnu17' $(MAKE)
CFLAGS='-std=gnu17' $(MAKE)
endef
define $(package)_stage_cmds