fix zig builtin compilation and warnings

This commit is contained in:
Brendan Hansknecht 2024-07-06 22:00:12 -07:00
parent 669daad33d
commit 6b761f6f81
No known key found for this signature in database
GPG key ID: 0EA784685083E75B
2 changed files with 9 additions and 9 deletions

View file

@ -98,7 +98,7 @@ fn generateObjectFile(
const obj_file = obj.getEmittedBin();
var suffix =
const suffix =
if (target.os_tag == .windows)
"obj"
else