(Haiku) Minor change to the HaikuDepot recipe

This commit is contained in:
Leon Styhre 2024-10-03 22:58:28 +02:00
parent eae5dfc310
commit e9d128a6ec

View file

@ -68,7 +68,7 @@ BUILD_PREREQUIRES="
BUILD() BUILD()
{ {
cmake $cmakeDirArgs -DCMAKE_BUILD_TYPE=Release . cmake -DCMAKE_INSTALL_PREFIX=$prefix -DCMAKE_BUILD_TYPE=Release .
make $jobArgs make $jobArgs
} }