From e3cfdf698202b4dd95d5ebe3fe42fec45b28fca1 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 4 Nov 2021 14:11:04 +0000 Subject: [PATCH] Remove build tag --- core/math/linalg/glsl/linalg_glsl_math.odin | 1 - 1 file changed, 1 deletion(-) diff --git a/core/math/linalg/glsl/linalg_glsl_math.odin b/core/math/linalg/glsl/linalg_glsl_math.odin index b01557b17..c09e13919 100644 --- a/core/math/linalg/glsl/linalg_glsl_math.odin +++ b/core/math/linalg/glsl/linalg_glsl_math.odin @@ -1,4 +1,3 @@ -//+build !freestanding !wasm32 package math_linalg_glsl import "core:math"