fix path
This commit is contained in:
parent
5f35f09b1e
commit
d294f6dc19
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ then
|
||||||
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
opam install -y utop ocaml-lsp-server ocamlformat ocamlformat-rpc
|
||||||
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/.opam/default/bin"
|
||||||
# Fix dlllwt_unix_stubs.so shared object file
|
# Fix dlllwt_unix_stubs.so shared object file
|
||||||
fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)"
|
fish -c "set -Ux CAML_LD_LIBRARY_PATH $(opam var stublibs)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue