tie: fix darwin build

This commit is contained in:
Matthew Bauer
2016-08-16 19:25:45 +00:00
parent 2d57d9440e
commit b988a35436
+1 -1
View File
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
buildPhase = ''
gcc tie.c -o tie
cc tie.c -o tie
'';
installPhase = ''