Skip to content

Commit 3122a32

Browse files
committed
[sailfishos][build] Build using libclang.so.15
1 parent f03a20a commit 3122a32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rpm/xulrunner-qt5.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@ ln -sf "%BUILD_DIR"/config.status $PWD/build/config.status
366366
# Make stdc++ headers available on a fresh path to work around include_next bug JB#55058
367367
if [ ! -L "%BUILD_DIR"/include ] ; then ln -s /usr/include/c++/*/ "%BUILD_DIR"/include; fi
368368

369-
# Expose the elf32-i386 libclang.so.13 for use inside the arm target, JB#55042
369+
# Expose the elf32-i386 libclang.so.15 for use inside the arm target, JB#55042
370370
mkdir -p "%BUILD_DIR"/lib
371-
SBOX_DISABLE_MAPPING=1 cp /usr/lib/libclang.so.13 "%BUILD_DIR"/lib/
371+
SBOX_DISABLE_MAPPING=1 cp /usr/lib/libclang.so.15 "%BUILD_DIR"/lib/
372372
echo "ac_add_options --with-libclang-path='"%BUILD_DIR"/lib/'" >> "$MOZCONFIG"
373373

374374
# Do not build as thumb since it breaks video decoding.

0 commit comments

Comments
 (0)