mirror of
https://github.com/jfdelnero/HxCFloppyEmulator.git
synced 2026-07-27 19:56:23 +00:00
Minimum macOS version set to High Sierra.
git-svn-id: svn://svn.code.sf.net/p/hxcfloppyemu/code/HxCFloppyEmulator/HxCFloppyEmulator_cmdline/trunk@2298 63fa2f70-6a9b-4bc4-b855-9c6a949b1d69
This commit is contained in:
@@ -26,8 +26,8 @@ LIBHXCFE = libhxcfe.so
|
||||
LIBUSBHXCFE = libusbhxcfe.so
|
||||
|
||||
ifeq ($(TARGET), Darwin)
|
||||
CFLAGS += -arch x86_64 -mmacosx-version-min=10.9
|
||||
LDFLAGS += -lc -lm -ldl -lpthread -arch x86_64 -mmacosx-version-min=10.9
|
||||
CFLAGS += -arch x86_64 -mmacosx-version-min=10.13
|
||||
LDFLAGS += -lc -lm -ldl -lpthread -arch x86_64 -mmacosx-version-min=10.13
|
||||
LIBHXCFE= libhxcfe.dylib
|
||||
LIBUSBHXCFE= libusbhxcfe.dylib
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user