mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
mysql: fixes debug build for aarch64
This commit is contained in:
parent
54fb7d1177
commit
fb1936fe17
@ -59,6 +59,12 @@ PKG_CMAKE_OPTS_HOST="-DCMAKE_BUILD_TYPE=Release \
|
||||
-DWITH_UNIT_TESTS=OFF \
|
||||
-DWITH_ZLIB=bundled"
|
||||
|
||||
if [ "$DEBUG" = yes -a "$TARGET_ARCH" = aarch64 ]; then
|
||||
pre_configure_target() {
|
||||
strip_lto
|
||||
}
|
||||
fi
|
||||
|
||||
make_host() {
|
||||
make comp_err
|
||||
make gen_lex_hash
|
||||
|
Loading…
x
Reference in New Issue
Block a user