This website works better with JavaScript
Home
Explore
Help
Sign In
c
/
odin-lang.Odin
mirror of
https://github.com/odin-lang/Odin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update build flag
Jeroen van Rijn
2 years ago
parent
49cf0125a9
commit
0e9ef50e63
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
core/os/os_js.odin
+ 1
- 1
core/os/os_js.odin
View File
@@ -1,4 +1,4 @@
-//+js
package os
+// +build js
#panic("package os does not support a js target")