mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
tenacity: fix build type
This commit is contained in:
@@ -5,7 +5,7 @@ systems and is developed by a group of volunteers as open-source software."
|
|||||||
HOMEPAGE="https://tenacityaudio.org"
|
HOMEPAGE="https://tenacityaudio.org"
|
||||||
COPYRIGHT="2021-2023 by Tenacity Team"
|
COPYRIGHT="2021-2023 by Tenacity Team"
|
||||||
LICENSE="GNU GPL v2"
|
LICENSE="GNU GPL v2"
|
||||||
REVISION="4"
|
REVISION="5"
|
||||||
SOURCE_URI="https://codeberg.org/tenacityteam/tenacity/archive/v$portVersion.tar.gz"
|
SOURCE_URI="https://codeberg.org/tenacityteam/tenacity/archive/v$portVersion.tar.gz"
|
||||||
CHECKSUM_SHA256="36ed8c0078e448fe425837256c6a7489c5296c47e5d1b07bbbd0f281658ef4d3"
|
CHECKSUM_SHA256="36ed8c0078e448fe425837256c6a7489c5296c47e5d1b07bbbd0f281658ef4d3"
|
||||||
SOURCE_DIR="tenacity"
|
SOURCE_DIR="tenacity"
|
||||||
@@ -119,7 +119,7 @@ BUILD()
|
|||||||
|
|
||||||
cmake -S . -B build -G Ninja \
|
cmake -S . -B build -G Ninja \
|
||||||
$cmakeDirArgs \
|
$cmakeDirArgs \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||||
-DPCH=no \
|
-DPCH=no \
|
||||||
-DSBSMS=ON \
|
-DSBSMS=ON \
|
||||||
-DVST2=OFF
|
-DVST2=OFF
|
||||||
|
|||||||
Reference in New Issue
Block a user