Fix build on Linux
This commit is contained in:
parent
8fb2184865
commit
01167e8dcb
@ -57,7 +57,13 @@ executable nix-serve-ng
|
||||
|
||||
extra-libraries: nixstore
|
||||
, nixutil
|
||||
, c++
|
||||
|
||||
if os(darwin)
|
||||
extra-libraries: c++
|
||||
elif os(linux)
|
||||
extra-libraries: stdc++
|
||||
else
|
||||
buildable: False
|
||||
|
||||
default-language: Haskell2010
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user