zeal, fix werror for 32bit (#13908)

This commit is contained in:
Schrijvers Luc
2026-04-04 10:40:08 +02:00
committed by GitHub
parent 21f316e452
commit 68c491413e

View File

@@ -60,7 +60,8 @@ BUILD()
cmake -Bbuild -S. -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs \
-DECM_DIR=/system/data/cmake/Modules/ECM/cmake \
-DZEAL_RELEASE_BUILD=ON
-DZEAL_RELEASE_BUILD=ON \
-DCMAKE_COMPILE_WARNING_AS_ERROR=OFF
make -Cbuild $jobArgs
}