From 19f0127e553940bb333f61ab7e8dab6f7455115e Mon Sep 17 00:00:00 2001 From: Karl Zylinski Date: Sat, 14 Sep 2024 18:27:49 +0200 Subject: Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. --- core/math/math_basic.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/math/math_basic.odin') diff --git a/core/math/math_basic.odin b/core/math/math_basic.odin index 041efd272..2584df71f 100644 --- a/core/math/math_basic.odin +++ b/core/math/math_basic.odin @@ -1,4 +1,4 @@ -//+build !js +#+build !js package math import "base:intrinsics" -- cgit v1.2.3