mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
aea8a9c954
commit
aef0061ac2
@ -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
|
||||
|
||||
|
@ -14,11 +14,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
// Include files
|
||||
//
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <uuid.h>
|
||||
#elif defined(__GNUC__)
|
||||
#include <uuid/uuid.h>
|
||||
#endif
|
||||
#ifdef __GNUC__
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user