diff options
Diffstat (limited to 'lib/system')
-rw-r--r-- | lib/system/threadlocalstorage.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/system/threadlocalstorage.nim b/lib/system/threadlocalstorage.nim index 6ab038a27..d384b954b 100644 --- a/lib/system/threadlocalstorage.nim +++ b/lib/system/threadlocalstorage.nim @@ -108,10 +108,10 @@ elif defined(genode): else: when not (defined(macosx) or defined(haiku)): - {.passL: "-pthread".} + {.passl: "-pthread".} when not defined(haiku): - {.passC: "-pthread".} + {.passc: "-pthread".} const schedh = "#define _GNU_SOURCE\n#include <sched.h>" |