Skip to content

Commit 5cba801

Browse files
committed
with zig again
1 parent 7ce40ed commit 5cba801

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.2:/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)