bytebeat_compiler.py: fix name: CC_FLAGS
-> CFLAGS
This commit is contained in:
parent
9a344bd50c
commit
8c758e1224
@ -55,7 +55,7 @@ def substitute_vars(replacements: dict, text: str) -> str:
|
|||||||
return text
|
return text
|
||||||
|
|
||||||
CC = fetch("CC")
|
CC = fetch("CC")
|
||||||
CFLAGS = fetch("CC_FLAGS")
|
CFLAGS = fetch("CFLAGS")
|
||||||
INPUT_FILE = fetch("INPUT_FILE")
|
INPUT_FILE = fetch("INPUT_FILE")
|
||||||
OUTPUT_FILE = fetch("OUTPUT_FILE")
|
OUTPUT_FILE = fetch("OUTPUT_FILE")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user