Skip to content

Commit

Permalink
Additional atomics define
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Jan 26, 2024
1 parent 1859c03 commit fc892f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickjs-libc.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ typedef sig_t sighandler_t;

#endif

#if !defined(_WIN32)
#if !defined(_WIN32) && !defined(DISABLE_ATOMICS)
/* enable the os.Worker API. IT relies on POSIX threads */
#define USE_WORKER
#endif
Expand Down

0 comments on commit fc892f6

Please sign in to comment.