mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
sidplay-libs: build with -Wno-narrowing to fix build with gcc-6
This commit is contained in:
parent
221873110f
commit
f3384ea0ad
@ -37,4 +37,6 @@ pre_configure_target() {
|
|||||||
# fails to build in subdirs
|
# fails to build in subdirs
|
||||||
cd $ROOT/$PKG_BUILD
|
cd $ROOT/$PKG_BUILD
|
||||||
rm -rf .$TARGET_NAME
|
rm -rf .$TARGET_NAME
|
||||||
|
|
||||||
|
export CXXFLAGS="$CXXFLAGS -Wno-narrowing"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user