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 2541ae7 commit b68665c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def compile_target(target_name, target_settings, WHEELS_FOLDER, settings):
if os_name == "linux":
zig = "--compatibility manylinux_1_1"
env = {
"CXXFLAGS": "-stdlib=libc++",
#"CXXFLAGS": "-stdlib=libc++",
#"CFLAGS": "-stdlib=libc++"
}
elif os_name == "windows":
Expand Down

0 comments on commit b68665c

Please sign in to comment.