BaseTools: remove useless dependency on libuuid

Signed-off-by: Thierry LARONDE <tlaronde@polynum.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
This commit is contained in:
Thierry LARONDE
2023-01-31 19:14:21 +01:00
committed by mergify[bot]
parent aea8a9c954
commit aef0061ac2
2 changed files with 1 additions and 10 deletions

View File

@@ -14,10 +14,6 @@ include $(MAKEROOT)/Makefiles/app.makefile
LIBS = -lCommon
ifeq ($(CYGWIN), CYGWIN)
LIBS += -L/lib/e2fsprogs -luuid
endif
ifeq ($(LINUX), Linux)
LIBS += -luuid
LIBS += -L/lib/e2fsprogs
endif