cygwin: cmake expression should not change for linux
This commit is contained in:
@@ -53,6 +53,7 @@ stdenv.mkDerivation rec {
|
|||||||
"--docdir=/share/doc/${name}"
|
"--docdir=/share/doc/${name}"
|
||||||
"--mandir=/share/man"
|
"--mandir=/share/man"
|
||||||
]
|
]
|
||||||
|
++ optional (!stdenv.isCygwin) "--system-libs"
|
||||||
++ optional (jsoncpp == null || stdenv.isCygwin) "--no-system-jsoncpp"
|
++ optional (jsoncpp == null || stdenv.isCygwin) "--no-system-jsoncpp"
|
||||||
++ optional useQt4 "--qt-gui"
|
++ optional useQt4 "--qt-gui"
|
||||||
++ ["--"]
|
++ ["--"]
|
||||||
|
|||||||
Reference in New Issue
Block a user