aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-03-16 15:05:06 +0000
committergingerBill <bill@gingerbill.org>2023-03-16 15:05:06 +0000
commit2cf8a9da6f7becfe7c8d279af4cc81b02dd706b6 (patch)
tree12ebd53949e5e2815442a917f529372eeed9026d
parentc1c7128634db88915860ed56f7a1e45317f7c02d (diff)
parent0e9ef50e6316c87d062170db0764ca6075d51f41 (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
-rw-r--r--core/os/os_js.odin2
1 files changed, 1 insertions, 1 deletions
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