File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -366,9 +366,9 @@ ln -sf "%BUILD_DIR"/config.status $PWD/build/config.status
366
366
# Make stdc++ headers available on a fresh path to work around include_next bug JB#55058
367
367
if [ ! -L "%BUILD_DIR "/include ] ; then ln -s /usr/include/c++/*/ "%BUILD_DIR "/include; fi
368
368
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
370
370
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/
372
372
echo "ac_add_options --with-libclang-path= '"%BUILD_DIR "/lib/'" >> "$MOZCONFIG"
373
373
374
374
# Do not build as thumb since it breaks video decoding.
You can’t perform that action at this time.
0 commit comments