mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
do not force C++ standard via USE_LANGUAGES
fixes build on Linux host Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f32427aef6
commit
d71e1e3cf1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ WRKSRC = ${WRKDIR}/katie-${DISTNAME}
|
|||
|
||||
USE_CMAKE = yes
|
||||
CMAKE_ARGS = -DKATIE_TOOLS_SUFFIX="-katie" -Wno-dev
|
||||
USE_LANGUAGES = c c++11
|
||||
USE_LANGUAGES = c c++
|
||||
USE_TOOLS = pkg-config msgfmt
|
||||
DL_AUTO_VARS = yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue