| author | |
| committer | |
| log | 4296ed9c4232a4d3a7d50759420b3ebed1e639e8 |
| tree | b7a8b7cd6e387706d8f59819e241a19f82cf3027 |
| parent | bb46709762ab081e1b36eef8e75a5d2d3b09ba24 |
| signature |
realPath is unsupported.1 files changed, 2 insertions(+), 0 deletions(-)
test/standalone/self_exe_symlink/build.zig+2| ... | ... | @@ -9,6 +9,8 @@ pub fn build(b: *std.Build) void { |
| 9 | 9 | const optimize: std.builtin.OptimizeMode = .Debug; |
| 10 | 10 | const target = b.graph.host; |
| 11 | 11 | |
| 12 | if (target.result.os.tag == .openbsd) return; // realpath not supported | |
| 13 | ||
| 12 | 14 | const main = b.addExecutable(.{ |
| 13 | 15 | .name = "main", |
| 14 | 16 | .root_module = b.createModule(.{ |