mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 09:01:37 +00:00
bugfix: wrong assertions for C++ code generation; some solaris support; first steps to an effect system
This commit is contained in:
@@ -24,6 +24,9 @@ when defined(Windows):
|
||||
import winlean
|
||||
else:
|
||||
import posix
|
||||
|
||||
when defined(solaris):
|
||||
{.passl: "-lsocket -lnsl".}
|
||||
|
||||
# Note: The enumerations are mapped to Window's constants.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user