1
0

bytebeat_compiler.py: fix name: CC_FLAGS -> CFLAGS

This commit is contained in:
Intel A80486DX2-66 2023-12-30 14:57:32 +03:00
parent 9a344bd50c
commit 8c758e1224
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -55,7 +55,7 @@ def substitute_vars(replacements: dict, text: str) -> str:
return text
CC = fetch("CC")
CFLAGS = fetch("CC_FLAGS")
CFLAGS = fetch("CFLAGS")
INPUT_FILE = fetch("INPUT_FILE")
OUTPUT_FILE = fetch("OUTPUT_FILE")