treewide: don’t set CMAKE_SYSTEM_NAME

This commit is contained in:
Matthew Bauer
2018-10-16 21:52:38 -05:00
parent 0397453f1a
commit 51e5f8af42
4 changed files with 0 additions and 11 deletions
@@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ cmake ];
cmakeFlags = stdenv.lib.optional
(stdenv.hostPlatform.libc == "msvcrt") "-DCMAKE_SYSTEM_NAME=Windows";
outputs = [ "out" "dev" "lib" ];
doCheck = true;
@@ -59,4 +56,3 @@ stdenv.mkDerivation rec {
platforms = platforms.all;
};
}