mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
MACOS: Fixed osxsnap build
This commit is contained in:
parent
f27d08d097
commit
4d9192f7e9
2
ports.mk
2
ports.mk
@ -315,7 +315,7 @@ 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
|
||||
# PowerPC machine.
|
||||
residualvm-static: $(DETECT_OBJS)
|
||||
residualvm-static: $(DETECT_OBJS) $(OBJS)
|
||||
$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o residualvm-static $(DETECT_OBJS) $(OBJS) \
|
||||
-framework CoreMIDI \
|
||||
$(OSX_STATIC_LIBS) \
|
||||
|
Loading…
Reference in New Issue
Block a user