1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 03:50:45 +00:00
serenity/Ports/llvm
Ali Mohammad Pur 167b54d03d Ports: Make the LLVM port install its ocaml bindings somewhere else
By default the bindings go to /usr/local on the host, which is a very
big no-no; this path is not affected by CMAKE_INSTALL_PREFIX, so this
commit sets the LLVM_OCAML_INSTALL_PATH variable instead.
It should be noted that disabling the ocaml bindings doesn't make all
the users of this variable go away, so this commit doesn't do so.

This also sorts the -DFOO options passed to cmake, because...sorting.
2023-12-03 14:11:23 +01:00
..
package.sh Ports: Make the LLVM port install its ocaml bindings somewhere else 2023-12-03 14:11:23 +01:00
patches Toolchain+Ports: Update LLVM to 14.0.1 2022-04-23 10:43:32 -07:00