mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
BUILD: Fix builds using WinSparkle
This commit is contained in:
parent
943b64ad16
commit
248b96c36b
2
ports.mk
2
ports.mk
@ -381,11 +381,13 @@ OSX_ZLIB ?= $(STATICLIBPATH)/lib/libz.a
|
||||
endif
|
||||
|
||||
ifdef USE_SPARKLE
|
||||
ifdef MACOSX
|
||||
ifneq ($(SPARKLEPATH),)
|
||||
OSX_STATIC_LIBS += -F$(SPARKLEPATH)
|
||||
endif
|
||||
OSX_STATIC_LIBS += -framework Sparkle -Wl,-rpath,@loader_path/../Frameworks
|
||||
endif
|
||||
endif
|
||||
|
||||
# Special target to create a static linked binary for Mac OS X.
|
||||
# We use -force_cpusubtype_ALL to ensure the binary runs on every
|
||||
|
Loading…
Reference in New Issue
Block a user