mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 21:08:12 +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
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
Add a link
Reference in a new issue