Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update minimum macOS to 10.7.
  • Loading branch information
dvander committed Jul 12, 2021
1 parent d67510b commit 6c8c605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AMBuildScript
Expand Up @@ -317,9 +317,9 @@ class AMXXConfig(object):

def configure_mac(self, cxx):
cxx.defines += ['OSX', '_OSX', 'POSIX']
cxx.cflags += ['-mmacosx-version-min=10.5']
cxx.cflags += ['-mmacosx-version-min=10.7']
cxx.linkflags += [
'-mmacosx-version-min=10.5',
'-mmacosx-version-min=10.7',
'-arch', 'i386',
'-lstdc++',
'-stdlib=libc++',
Expand Down

0 comments on commit 6c8c605

Please sign in to comment.