Fix linux and mac buildbot.
This commit is contained in:
parent
0f64a45a2b
commit
ca5114ce93
@ -24,9 +24,9 @@ my ($result);
|
|||||||
|
|
||||||
#configure AMBuild
|
#configure AMBuild
|
||||||
if ($^O eq "linux") {
|
if ($^O eq "linux") {
|
||||||
$result = `CC=gcc CXX=gcc python3 ../build/configure.py --enable-optimize`;
|
$result = `CC=clang CXX=clang python ../build/configure.py --enable-optimize`;
|
||||||
} elsif ($^O eq "darwin") {
|
} elsif ($^O eq "darwin") {
|
||||||
$result = `CC=clang CXX=clang python3 ../build/configure.py --enable-optimize`;
|
$result = `CC=clang CXX=clang python ../build/configure.py --enable-optimize`;
|
||||||
} else {
|
} else {
|
||||||
$result = `C:\\Python31\\Python.exe ..\\build\\configure.py --enable-optimize`;
|
$result = `C:\\Python31\\Python.exe ..\\build\\configure.py --enable-optimize`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user