We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf837dc commit c6c9441Copy full SHA for c6c9441
scripts/sandbox.py
@@ -53,8 +53,8 @@ def main() -> int:
53
f"--volume={os.getcwd()}/bin/zig-0.15.1:/mnt",
54
# f"--env=CC=/mnt/zig cc -target {target}",
55
# f"--env=CXX=/mnt/zig c++ -target {target}",
56
- f"--env=CC=/mnt/zig-cc",
57
- f"--env=CXX=/mnt/zig-c++",
+ # f"--env=CC=/mnt/zig-cc",
+ # f"--env=CXX=/mnt/zig-c++",
58
# -Wp,-D_FORTIFY_SOURCE=2
59
# https://github.com/giampaolo/psutil/blob/master/setup.py#L254
60
# defaults to using python's flags
0 commit comments