Don't build log allocator file on freestanding. This makes core:log compile on freestanding again. Closes #5948

This commit is contained in:
Karl Zylinski
2025-11-21 21:19:58 +01:00
parent f72bb6502a
commit c619c69bff

View File

@@ -1,3 +1,5 @@
#+build !freestanding
package log
import "base:runtime"
import "core:fmt"