Whoops, we need to set --with-libclang-path, not --with-clang-path

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-14 17:15:27 -07:00
parent c10a044ca5
commit 230a3cfdd7
1 changed files with 1 additions and 1 deletions

View File

@ -624,7 +624,7 @@ echo "ac_add_options --with-google-safebrowsing-api-keyfile=`pwd`/google-api-key
# https://bugzilla.redhat.com/show_bug.cgi?id=2239046
# with clang 17 upstream's detection fails, so let's just tell it
# where to look
echo "ac_add_options --with-clang-path=%{_libdir}" >> .mozconfig
echo "ac_add_options --with-libclang-path=%{_libdir}" >> .mozconfig
echo 'export NODEJS="%{_buildrootdir}/bin/node-stdout-nonblocking-wrapper"' >> .mozconfig