mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:47:45 +00:00
Ports/glm: Create /usr/local/include
if it doesn't exist
Previously, the glm port would not build from a clean state, as this directory does not exist by default.
This commit is contained in:
parent
3e70c1b6a3
commit
539a33dc28
1 changed files with 3 additions and 1 deletions
|
@ -12,5 +12,7 @@ configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
run cp -R glm "${SERENITY_BUILD_DIR}/Root/usr/local/include/"
|
target_dir="${SERENITY_INSTALL_ROOT}/usr/local/include/"
|
||||||
|
run_nocd mkdir -p "${target_dir}"
|
||||||
|
run cp -R glm "${target_dir}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue