mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 12:35:14 +00:00
Ports/nhlohmann-json: Fix pkgconf install path
CMAKE_INSTALL_DATADIR is used to define the install base dir for
pkgconf files. In this case it defaulted to /usr/local/share/pkgconf
which is not a location searched by default.
See a0c1318830/CMakeLists.txt (L69)
This commit is contained in:
parent
434df52b91
commit
fcef663869
Notes:
sideshowbarker
2024-07-17 20:22:04 +09:00
Author: https://github.com/emilytrau Commit: https://github.com/SerenityOS/serenity/commit/fcef663869 Pull-request: https://github.com/SerenityOS/serenity/pull/19290 Reviewed-by: https://github.com/linusg
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ files="https://github.com/nlohmann/json/archive/refs/tags/v${version}.tar.gz jso
|
|||
useconfigure='true'
|
||||
configopts=(
|
||||
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||
"-DCMAKE_INSTALL_DATADIR=${SERENITY_INSTALL_ROOT}/usr/local/lib"
|
||||
"-DJSON_BuildTests=OFF"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue