mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
revert to working build
This commit is contained in:
@@ -24,8 +24,8 @@ import "core:terminal/ansi"
|
||||
@(private="file") stop_test_passed: libc.sig_atomic_t
|
||||
@(private="file") stop_test_alert: libc.sig_atomic_t
|
||||
|
||||
when ODIN_ARCH == .i386 && ODIN_OS == .Windows && ODIN_NO_CRT {
|
||||
// Thread-local storage doesn't work on Windows i386 without CRT
|
||||
when ODIN_ARCH == .i386 && ODIN_OS == .Windows {
|
||||
// Thread-local storage is problematic on Windows i386
|
||||
@(private="file")
|
||||
local_test_index: libc.sig_atomic_t
|
||||
@(private="file")
|
||||
|
||||
Reference in New Issue
Block a user