mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-16 01:45:40 +00:00
5 lines
57 B
Nim
5 lines
57 B
Nim
when compileOption("threads"):
|
|
quit(0)
|
|
else:
|
|
quit(1)
|