mirror of https://github.com/odrling/Aegisub
Drop support for macOS < 10.10
They are less than 2.4% in all macOS and 0.2% in all OS
This commit is contained in:
parent
db855e8cf5
commit
460cf9a9fd
|
@ -5,9 +5,9 @@ COMMANDS := all install clean distclean test depclean osx-bundle osx-dmg test-au
|
|||
|
||||
# Would be nice to move this somewhere else (Makefile.inc?)
|
||||
ifeq (yes, $(BUILD_DARWIN))
|
||||
CFLAGS += -mmacosx-version-min=10.8 -gfull -DLUAJIT_ENABLE_GC64
|
||||
CXXFLAGS += -mmacosx-version-min=10.8 -gfull -DLUAJIT_ENABLE_GC64
|
||||
LDFLAGS += -mmacosx-version-min=10.8 -Wl,-dead_strip
|
||||
CFLAGS += -mmacosx-version-min=10.10 -gfull -DLUAJIT_ENABLE_GC64
|
||||
CXXFLAGS += -mmacosx-version-min=10.10 -gfull -DLUAJIT_ENABLE_GC64
|
||||
LDFLAGS += -mmacosx-version-min=10.10 -Wl,-dead_strip
|
||||
LIB_SHARED_LINK = $(LIB_SHARED_LINK_OSX)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue