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.
CC
CXX
1 parent 40a29b0 commit 21fc66dCopy full SHA for 21fc66d
scripts/sandbox.py
@@ -50,8 +50,8 @@ def main() -> int:
50
target = "s390x-linux-gnu"
51
additional_arguments = [
52
f"--volume={os.getcwd()}/bin/zig-0.15.1:/mnt",
53
- f"--env=CC=/mnt/zig-0.15.1/zig cc -target {target}",
54
- f"--env=CXX=/mnt/zig-0.15.1/zig c++ -target {target}",
+ f"--env=CC=/mnt/zig cc -target {target}",
+ f"--env=CXX=/mnt/zig c++ -target {target}",
55
f"--unsetenv=CC",
56
f"--unsetenv=CXX",
57
tmpdir,
0 commit comments