Fix dlllwt_unix_stubs.so shared object file
This commit is contained in:
parent
3144aab5c3
commit
5f35f09b1e
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,8 @@ then
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.ocamlformat -O "$HOME"/.ocamlformat
|
||||||
# Add Opam packages from OCaml
|
# Add Opam packages from OCaml
|
||||||
fish -c "fish_add_path /home/anri/.opam/default/bin"
|
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 ==
|
# === Clang ==
|
||||||
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
wget -q https://git.kennel.ml/Anri/confOS/raw/branch/main/dotfiles/.clang-format -O "$HOME"/.clang-format
|
||||||
|
|
Loading…
Reference in a new issue