mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-03 22:59:33 +00:00
Ports: Fix SDL2 install step
Ports using CMake already install into the right place, so we don't need to do the usual port system DESTDIR override.
This commit is contained in:
parent
99e0d8de2f
commit
4b8b100b83
Notes:
sideshowbarker
2024-07-19 10:40:19 +09:00
Author: https://github.com/awesomekling
Commit: 4b8b100b83
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -
|
||||||
configure() {
|
configure() {
|
||||||
run cmake $configopts
|
run cmake $configopts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
install() {
|
||||||
|
run make install
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue