diff options
Diffstat (limited to 'tools/depends/target/crossguid/Makefile')
-rw-r--r-- | tools/depends/target/crossguid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/target/crossguid/Makefile b/tools/depends/target/crossguid/Makefile index 508b264b65..0adfd0280b 100644 --- a/tools/depends/target/crossguid/Makefile +++ b/tools/depends/target/crossguid/Makefile @@ -30,7 +30,7 @@ ifeq ($(OS),darwin_embedded) GUID_PLATFORM_DEFINE=GUID_CFUUID endif -LIBDYLIB=$(PLATFORM)/lib$(LIBNAME).a +LIBDYLIB=$(PLATFORM)/$(BYPRODUCT) include ../../download-files.include |