forked from ports/contrib
kodi-addon-inputstream-adaptive: fixed cmake flags
This commit is contained in:
parent
8f9f4f23a3
commit
837eb99224
@ -13,8 +13,8 @@ build() {
|
||||
cmake -S inputstream.adaptive-$version-$_codename -B build -G Ninja \
|
||||
-D CMAKE_INSTALL_PREFIX=/usr \
|
||||
-D CMAKE_BUILD_TYPE=Release \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS -DNDEBUG" \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS -DNDEBUG" \
|
||||
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
|
||||
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
|
||||
-D BUILD_SHARED_LIBS=1 \
|
||||
-Wno-dev
|
||||
cmake --build build
|
||||
|
Loading…
x
Reference in New Issue
Block a user