mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-10 15:03:22 +00:00
Adding missing build flags to avoid load proc collision
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#+build js
|
||||
package jpeg
|
||||
|
||||
load :: proc{load_from_bytes, load_from_context}
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#+build !js
|
||||
package jpeg
|
||||
|
||||
import "core:os"
|
||||
|
||||
Reference in New Issue
Block a user