diff --git a/Ports/SDL2/package.sh b/Ports/SDL2/package.sh index a1a2c0a8f4..e90e459449 100755 --- a/Ports/SDL2/package.sh +++ b/Ports/SDL2/package.sh @@ -10,3 +10,7 @@ configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMakeToolchain.txt - configure() { run cmake $configopts } + +install() { + run make install +}