taglib: dont define CMAKE_BUILD_TYPE

This commit is contained in:
Lukas Rusak 2016-10-13 00:29:17 -07:00
parent 44881db36f
commit ac9df9757e
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -31,8 +31,7 @@ PKG_LONGDESC="TagLib is a library for reading and editing the meta-data of sever
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CMAKE_OPTS_TARGET="-DCMAKE_BUILD_TYPE=Release \
-DBUILD_SHARED_LIBS=OFF \
PKG_CMAKE_OPTS_TARGET="-DBUILD_SHARED_LIBS=OFF \
-DWITH_MP4=ON \
-DWITH_ASF=ON"