Skip to content

Commit

Permalink
Also set LIBDIR properly in with-nixpkgs (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols authored Apr 30, 2023
1 parent 650c675 commit 4d03370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nix/with-nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'';

installPhase = ''
make install PREFIX=$out
make install PREFIX=$out LIBDIR=$OCAMLFIND_DESTDIR
'';
};
};
Expand Down

0 comments on commit 4d03370

Please sign in to comment.