included suggested changes, ./tests/launch-*.ispc still fails. something is mask64 related, not sure what. help...

This commit is contained in:
Evghenii
2013-09-12 17:18:12 +02:00
parent 7364e06387
commit 059d80cc11
10 changed files with 120 additions and 31 deletions

View File

@@ -75,7 +75,7 @@ if not os.path.exists(ispc_exe):
sys.stderr.write("Fatal error: missing ispc compiler: %s\n" % ispc_exe)
sys.exit()
ispc_exe += " " + options.ispc_flags
ispc_exe += " -g " + options.ispc_flags
if __name__ == '__main__':
sys.stdout.write("ispc compiler: %s\n" % ispc_exe)