blob: 50516233d5de35de8211542917170f8b8f3a342d [file] [log] [blame]
Tim Windelschmidt12240f92025-04-28 14:59:33 +02001diff --git a/BaseTools/Source/C/GenFv/GNUmakefile b/BaseTools/Source/C/GenFv/GNUmakefile
2--- a/BaseTools/Source/C/GenFv/GNUmakefile
3+++ b/BaseTools/Source/C/GenFv/GNUmakefile
4@@ -21,8 +21,8 @@
5 ifndef CROSS_LIB_UUID
6 LIBS += -luuid
7 else
8 LIBS += -L$(CROSS_LIB_UUID)
9- BUILD_CFLAGS += -D__CROSS_LIB_UUID__ -I $(CROSS_LIB_UUID_INC)
10+ CFLAGS += -D__CROSS_LIB_UUID__ -I $(CROSS_LIB_UUID_INC)
11 endif
12 endif
13