libogg: fix CMAKE options syntax

This commit is contained in:
heitbaum 2021-03-25 11:05:22 +00:00
parent d27a163222
commit 705facbe61

View File

@ -12,4 +12,4 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="Libogg contains necessary functionality to create, decode, and work with Ogg bitstreams."
PKG_BUILD_FLAGS="+pic"
PKG_CMAKE_OPTS_TARGET="--DINSTALL_DOCS=OFF"
PKG_CMAKE_OPTS_TARGET="-DINSTALL_DOCS=OFF"