Fixed another python path...

This commit is contained in:
Asher Baker 2012-05-31 12:24:55 +01:00
parent 9682460a56
commit 1bb2e369e0

View File

@ -11,7 +11,7 @@ require 'helpers.pm';
chdir('../../OUTPUT');
if ($^O eq "linux" || $^O eq "darwin") {
system("python3.1 build.py 2>&1");
system("python3 build.py 2>&1");
} else {
system("C:\\Python31\\python.exe build.py 2>&1");
}