Fix dlllwt_unix_stubs.so shared object file

This commit is contained in:
Mylloon 2022-11-06 01:17:04 +01:00
parent 3144aab5c3
commit 5f35f09b1e
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -204,6 +204,8 @@ then
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
# Add Opam packages from OCaml
fish -c "fish_add_path /home/anri/.opam/default/bin"
# Fix dlllwt_unix_stubs.so shared object file
fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)"
# === Clang ==
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format