mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 13:00:28 +00:00
Merge pull request #5949 from karl-zylinski/log-allocator-freestanding-build-fix
Don't build log allocator file on freestanding.
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