mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
f7af705367
commit
41ef71a580
@ -58,7 +58,7 @@ r'''/*
|
||||
shutil.copy("src/main.cpp", "amalgamated/main.cpp")
|
||||
|
||||
if sys.platform == 'linux':
|
||||
ok = os.system("g++ -o pocketpy amalgamated/main.cpp --std=c++17")
|
||||
ok = os.system("clang++ -o pocketpy amalgamated/main.cpp --std=c++17 -stdlib=libc++")
|
||||
if ok == 0:
|
||||
print("Test build success!")
|
||||
os.remove("pocketpy")
|
||||
|
Loading…
x
Reference in New Issue
Block a user