mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
core: Fixed build constraints
Multiple constraints on the same line are combined with logical OR, while combining multiple negated constraints needs to be done with logical AND (each constraint on a separate line).
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
//+build !freestanding !js
|
||||
//+build !freestanding
|
||||
//+build !js
|
||||
package fmt
|
||||
|
||||
import "core:runtime"
|
||||
|
||||
Reference in New Issue
Block a user