Fix ccache build

This commit is contained in:
Andy Vandijck 2025-05-20 13:03:19 +02:00
parent 17cb394236
commit e868bc959b
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ DIST_POST_BUILD="$DIST_POST_BUILD
"
DIST_CONFIGURE_OVERRIDES="$DIST_CONFIGURE_OVERRIDES
ccache cmake -G Ninja -DCMAKE_INSTALL_PREFIX="${prefix}" -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -S .. -B .
ccache cmake -G Ninja $CMAKE_INSTALL_ARGS -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -S .. -B .
zlib-ng ./configure --prefix=/usr --static --zlib-compat
openssl ./config no-shared --prefix=/usr --openssldir=/etc/ssl
cmake ./configure --prefix=/usr --no-qt-gui --parallel=\$NUM_CPUS