mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
zeal, fix werror for 32bit (#13908)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user