Skip to content

Commit c6c9441

Browse files
committed
1 parent bf837dc commit c6c9441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sandbox.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def main() -> int:
5353
f"--volume={os.getcwd()}/bin/zig-0.15.1:/mnt",
5454
# f"--env=CC=/mnt/zig cc -target {target}",
5555
# f"--env=CXX=/mnt/zig c++ -target {target}",
56-
f"--env=CC=/mnt/zig-cc",
57-
f"--env=CXX=/mnt/zig-c++",
56+
# f"--env=CC=/mnt/zig-cc",
57+
# f"--env=CXX=/mnt/zig-c++",
5858
# -Wp,-D_FORTIFY_SOURCE=2
5959
# https://github.com/giampaolo/psutil/blob/master/setup.py#L254
6060
# defaults to using python's flags

0 commit comments

Comments
 (0)