Merge pull request #3027 from Yawning/fix/build-constraints

core: Fixed build constraints
This commit is contained in:
gingerBill
2023-12-17 14:28:50 +00:00
committed by GitHub
2 changed files with 7 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
//+build !freestanding !js
//+build !freestanding
//+build !js
package fmt
import "core:runtime"

View File

@@ -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"