mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
fix zig builtin compilation and warnings
This commit is contained in:
parent
669daad33d
commit
6b761f6f81
2 changed files with 9 additions and 9 deletions
|
@ -98,7 +98,7 @@ fn generateObjectFile(
|
|||
|
||||
const obj_file = obj.getEmittedBin();
|
||||
|
||||
var suffix =
|
||||
const suffix =
|
||||
if (target.os_tag == .windows)
|
||||
"obj"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue