Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zommiommy committed Jun 14, 2024
1 parent 9ed1d12 commit 2541ae7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bindings/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ def compile_target(target_name, target_settings, WHEELS_FOLDER, settings):
os_name = platform.system().strip().lower()
print(os_name)
if os_name == "linux":
zig = "--zig --compatibility manylinux2014"
zig = "--compatibility manylinux_1_1"
env = {
"CXXFLAGS": "-stdlib=libc++",
"CXX": "zig c++ -target x86_64-linux-gnu.2.16",
"CC": "zig cc -target x86_64-linux-gnu.2.16",
#"CFLAGS": "-stdlib=libc++"
}
elif os_name == "windows":
Expand Down

0 comments on commit 2541ae7

Please sign in to comment.