diff options
Diffstat (limited to 'core/math/math_basic.odin')
| -rw-r--r-- | core/math/math_basic.odin | 2 |
1 files changed, 1 insertions, 1 deletions
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" |