diff options
author | Colin Snover | 2017-12-06 12:31:28 -0600 |
---|---|---|
committer | Thierry Crozat | 2019-08-04 22:12:29 +0100 |
commit | 248b96c36bc38cf96f6b0117817db5c21fbefe1a (patch) | |
tree | 28220728ba76f3a999efbcfe7cafdc4858d91e25 | |
parent | 943b64ad164882da2cf8f67adfa22cfa402f75fd (diff) | |
download | scummvm-rg350-248b96c36bc38cf96f6b0117817db5c21fbefe1a.tar.gz scummvm-rg350-248b96c36bc38cf96f6b0117817db5c21fbefe1a.tar.bz2 scummvm-rg350-248b96c36bc38cf96f6b0117817db5c21fbefe1a.zip |
BUILD: Fix builds using WinSparkle
-rw-r--r-- | ports.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |