Fix mac build.
This commit is contained in:
parent
b725196a26
commit
c9f574c27b
@ -398,6 +398,7 @@ class SMConfig(object):
|
||||
cxx.linkflags += [
|
||||
'-mmacosx-version-min=10.7',
|
||||
'-stdlib=libc++',
|
||||
'-lc++',
|
||||
]
|
||||
cxx.cxxflags += ['-stdlib=libc++']
|
||||
|
||||
|
2
tools/checkout-deps.sh
vendored
2
tools/checkout-deps.sh
vendored
@ -127,7 +127,7 @@ do
|
||||
checkout
|
||||
done
|
||||
|
||||
`python -c "import ambuild2"`
|
||||
`python -c "import ambuild2"` || `python3 -c "import ambuild2"`
|
||||
if [ $? -eq 1 ]; then
|
||||
repo="https://github.com/alliedmodders/ambuild"
|
||||
origin=
|
||||
|
Loading…
Reference in New Issue
Block a user