Skip to content

Commit

Permalink
ocaml-llvm: disable static object generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Oct 14, 2023
1 parent 90f89b1 commit 4cfad9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm-translator/ocaml-llvm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ ocamlPackages.buildDunePackage rec {
runHook preConfigure
substituteInPlace setup.sh \
--replace "cp " "cp --no-preserve=mode,ownership "
--replace "cp " "cp --no-preserve=mode,ownership " \
--replace support_static_mode=true support_static_mode=false
./setup.sh ${libllvm.dev}/bin/llvm-config
Expand Down

0 comments on commit 4cfad9b

Please sign in to comment.