Skip to content

Commit 716449d

Browse files
authored
Merge pull request #5949 from karl-zylinski/log-allocator-freestanding-build-fix
Don't build log allocator file on freestanding.
2 parents f72bb65 + c619c69 commit 716449d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/log/log_allocator.odin

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#+build !freestanding
2+
13
package log
24

35
import "base:runtime"

0 commit comments

Comments
 (0)