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