| author | |
| committer | |
| log | cbd8f97cb0f3d2aa0f17ab020f0228e5eaa18fde |
| tree | 6efb7909fd8b493248977062eb99e9058d9c2ed2 |
| parent | 434c9fe4d79d3513bd36aeaf2f8a90dd28f7cb37 |
| signature |
2 files changed, 2 insertions(+), 0 deletions(-)
test/standalone/shared_library/build.zig+1| ... | ... | @@ -46,6 +46,7 @@ pub fn build(b: *std.Build) void { |
| 46 | 46 | if (no_llvm and target.result.cpu.arch == .aarch64) continue; // TODO |
| 47 | 47 | if (no_llvm and target.result.cpu.arch == .loongarch64) continue; // TODO |
| 48 | 48 | if (no_llvm and target.result.cpu.arch == .powerpc64le) continue; // TODO |
| 49 | if (no_llvm and target.result.cpu.arch == .riscv64) continue; // TODO | |
| 49 | 50 | if (no_llvm and target.result.cpu.arch == .s390x) continue; // TODO |
| 50 | 51 | |
| 51 | 52 | const lib = b.addLibrary(.{ |
test/standalone/static_c_lib/build.zig+1| ... | ... | @@ -46,6 +46,7 @@ pub fn build(b: *std.Build) void { |
| 46 | 46 | if (no_llvm and target.result.cpu.arch == .aarch64) continue; // TODO |
| 47 | 47 | if (no_llvm and target.result.cpu.arch == .loongarch64) continue; // TODO |
| 48 | 48 | if (no_llvm and target.result.cpu.arch == .powerpc64le) continue; // TODO |
| 49 | if (no_llvm and target.result.cpu.arch == .riscv64) continue; // TODO | |
| 49 | 50 | if (no_llvm and target.result.cpu.arch == .s390x) continue; // TODO |
| 50 | 51 | |
| 51 | 52 | const foo = b.addLibrary(.{ |