From 0e9ef50e6316c87d062170db0764ca6075d51f41 Mon Sep 17 00:00:00 2001 From: Jeroen van Rijn Date: Thu, 16 Mar 2023 15:16:09 +0100 Subject: [PATCH] Update build flag --- core/os/os_js.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/os/os_js.odin b/core/os/os_js.odin index ba65aa073..f2563f217 100644 --- a/core/os/os_js.odin +++ b/core/os/os_js.odin @@ -1,4 +1,4 @@ -//+js package os +// +build js #panic("package os does not support a js target") \ No newline at end of file