Skip to content

Commit

Permalink
Merge pull request #3027 from Yawning/fix/build-constraints
Browse files Browse the repository at this point in the history
core: Fixed build constraints
  • Loading branch information
gingerBill authored Dec 17, 2023
2 parents d4df3f6 + 29c80c2 commit 67d0204
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion core/fmt/fmt_os.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build !freestanding !js
//+build !freestanding
//+build !js
package fmt

import "core:runtime"
Expand Down
6 changes: 5 additions & 1 deletion core/runtime/os_specific_any.odin
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
//+build !freestanding !wasi !windows !js !darwin
//+build !darwin
//+build !freestanding
//+build !js
//+build !wasi
//+build !windows
package runtime

import "core:os"
Expand Down

0 comments on commit 67d0204

Please sign in to comment.