Fix installing ion (#1057)

pull/1058/head 2.7.16
Michele Locati 2025-02-05 15:36:18 +01:00 committed by GitHub
parent 2983675113
commit 42eb38fe58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3347,7 +3347,7 @@ installRemoteModule() {
git submodule update -q
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev
CFLAGS='-Wno-incompatible-pointer-types -Wno-stringop-overflow -Wno-discarded-qualifiers' cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev
make clean
make -j$(getProcessorCount) install
)