Fixed another python path...
This commit is contained in:
parent
9682460a56
commit
1bb2e369e0
@ -11,7 +11,7 @@ require 'helpers.pm';
|
|||||||
chdir('../../OUTPUT');
|
chdir('../../OUTPUT');
|
||||||
|
|
||||||
if ($^O eq "linux" || $^O eq "darwin") {
|
if ($^O eq "linux" || $^O eq "darwin") {
|
||||||
system("python3.1 build.py 2>&1");
|
system("python3 build.py 2>&1");
|
||||||
} else {
|
} else {
|
||||||
system("C:\\Python31\\python.exe build.py 2>&1");
|
system("C:\\Python31\\python.exe build.py 2>&1");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user