mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 02:04:06 +00:00
Don't build log allocator file on freestanding. This makes core:log compile on freestanding again. Closes #5948
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#+build !freestanding
|
||||
package log
|
||||
|
||||
import "base:runtime"
|
||||
import "core:fmt"
|
||||
|
||||
Reference in New Issue
Block a user