mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +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: https://github.com/SerenityOS/serenity/commit/4b8b100b83e
1 changed files with 4 additions and 0 deletions
|
@ -10,3 +10,7 @@ configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt -
|
|||
configure() {
|
||||
run cmake $configopts
|
||||
}
|
||||
|
||||
install() {
|
||||
run make install
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue