Skip to content

Commit

Permalink
Add -mmacosx-version-min=10.7 to OSX build options (suggested by Greg…
Browse files Browse the repository at this point in the history
…or Thalhammer)
  • Loading branch information
inducer committed Aug 23, 2015
1 parent 74d3253 commit fe5b8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -53,7 +53,7 @@ def get_config_schema():

default_libs = []
default_cxxflags = default_cxxflags + [
'-stdlib=libc++',
'-stdlib=libc++', '-mmacosx-version-min=10.7',
'-arch', 'i386', '-arch', 'x86_64'
]

Expand Down

0 comments on commit fe5b8fd

Please sign in to comment.