diff options
| author | Xavier Bouchoux <xavierb@gmail.com> | 2023-10-16 22:49:27 +0200 |
|---|---|---|
| committer | Xavier Bouchoux <xavierb@gmail.com> | 2023-10-16 23:07:04 +0200 |
| commit | 69d6f2e1b821a5cc089534c59cb2e881c6d184b1 (patch) | |
| tree | a76289981d0225ccaef2333a3193cab13ea97822 /src/codegen/spirv/Cache.zig | |
| parent | 0afead56516c13c007b99d4b252db064080e2679 (diff) | |
| download | zig-69d6f2e1b821a5cc089534c59cb2e881c6d184b1.tar.gz zig-69d6f2e1b821a5cc089534c59cb2e881c6d184b1.zip | |
build.zig: add support for using "zig c++" as the bootstrap c++ compiler
The build was previously failing with `error: unknown command: -print-file-name=libstdc++.a`
because the command invocation was
`zig -print-file-name=libstdc++.a`
instead of
`zig c++ -print-file-name=libstdc++.a`
note: .cxx_compiler_arg1 = "" instead of undefined to avoid breaking existing setups without requiring to run cmake again.
Diffstat (limited to 'src/codegen/spirv/Cache.zig')
0 files changed, 0 insertions, 0 deletions
