mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-10 15:04:59 +00:00
committed by
Andreas Rumpf
parent
98e76a1058
commit
2446570350
@@ -11,7 +11,8 @@
|
||||
|
||||
|
||||
when not compileOption("threads") and not defined(nimdoc):
|
||||
{.error: "Locks requires --threads:on option.".}
|
||||
when false: # fix #12330
|
||||
{.error: "Locks requires --threads:on option.".}
|
||||
|
||||
const insideRLocksModule = false
|
||||
include "system/syslocks"
|
||||
|
||||
Reference in New Issue
Block a user