Merge pull request #97757 from freezeboy/fix-lp_solve

lp_solve: fix build
This commit is contained in:
Robert Scott 2020-09-13 11:00:26 +01:00 committed by GitHub
commit 35ca475f8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,13 +23,13 @@ stdenv.mkDerivation rec {
cd lp_solve*/lpsolve55
bash ccc
mkdir -pv $out/lib
cp -v bin/*/* $out/lib
find bin -type f -exec cp -v "{}" $out/lib \;
)
(
cd lp_solve*/lp_solve
bash ccc
mkdir -pv $out/bin
cp -v bin/*/* $out/bin
find bin -type f -exec cp -v "{}" $out/bin \;
)
(
mkdir -pv $out/include