curaengine: link to dynamic libs

This commit is contained in:
Nikolay Amiantov 2016-04-14 01:13:23 +03:00
parent 76281d5dec
commit d26e24fbea

View File

@ -10,6 +10,10 @@ stdenv.mkDerivation {
sha256 = "0rgrsyi7951fsv3lzprlzrg55jf6pbdjfql85dylwmg9nc4y8xym";
};
postPatch = ''
sed -i 's,--static,,g' Makefile
'';
installPhase = ''
mkdir -p $out/bin
cp build/CuraEngine $out/bin/