Skip to content

Commit 5f2a905

Browse files
Fix IDE build by moving the TLS definition outside of the #if
1 parent 35ddaf6 commit 5f2a905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/_CJavaScriptKit/_CJavaScriptKit.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ int swjs_library_features(void) {
4747
return _library_features();
4848
}
4949

50-
_Thread_local void *swjs_thread_local_closures;
51-
5250
#endif
51+
52+
_Thread_local void *swjs_thread_local_closures;

0 commit comments

Comments
 (0)