mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
6 lines
151 B
Nim
6 lines
151 B
Nim
# this config.nims also needs to exist to prevent future regressions, see #9990
|
|
|
|
when defined(nimHasCppDefine):
|
|
cppDefine "errno"
|
|
cppDefine "unix"
|