mirror of https://github.com/google/oss-fuzz.git
kcodecs: Fix build (#8718)
To build translations we need more qt stuff, so just delete translations
This commit is contained in:
parent
12054aa275
commit
8dd11edb09
|
@ -48,6 +48,7 @@ make sub-corelib sub-rcc -j$(nproc)
|
|||
|
||||
cd $SRC
|
||||
cd kcodecs
|
||||
rm -rf poqm
|
||||
cmake . -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$SRC/qtbase
|
||||
make -j$(nproc) VERBOSE=1
|
||||
|
||||
|
|
Loading…
Reference in New Issue