zig/stage1
Xavier Bouchoux 69d6f2e1b8 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.
2023-10-16 23:07:04 +02:00
..
2022-12-09 03:45:29 -05:00
2022-12-06 12:15:04 -07:00
2023-03-08 00:00:52 -05:00
2022-12-09 03:45:29 -05:00
2022-12-06 12:15:04 -07:00
2023-10-03 14:58:13 -07:00
2023-09-27 11:30:02 -07:00