]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/app.makefile
BaseTools Makefile: Missing LFAGS in app.makefile
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / app.makefile
index b727a7ed1620229660522626b74ded8efa3dc122..e414551b4a350a82e96366af6f4de66e35df61cb 100644 (file)
@@ -21,7 +21,7 @@ APPLICATION = $(MAKEROOT)/bin/$(APPNAME)
 all: $(MAKEROOT)/bin $(APPLICATION) \r
 \r
 $(APPLICATION): $(OBJECTS) \r
-       $(LINKER) -o $(APPLICATION) $(LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
+       $(LINKER) -o $(APPLICATION) $(BUILD_LFLAGS) $(OBJECTS) -L$(MAKEROOT)/libs $(LIBS)\r
 \r
 $(OBJECTS): ../Include/Common/BuildVersion.h\r
 \r