configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5b0c50544d3b1a5f2bfc5636384981caefe37f3b
Author: Jan-Marek Glogowski <[email protected]>
AuthorDate: Thu Jun 9 20:02:34 2022 +0200
Commit: Jan-Marek Glogowski <[email protected]>
CommitDate: Sat Jun 11 10:20:22 2022 +0200
WASM use 'em-config LLVM_ROOT' to get llvm-nm path
Change-Id: I3073330ed25676d5fbf9f2af008e42828466fc3e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135565
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <[email protected]>
diff --git a/configure.ac b/configure.ac
index 11e697c733f8..3883c3176e44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12917,7 +12917,7 @@ then
AC_MSG_ERROR([No Qt5 WASM QPA plugin found in ${qt5_platformsdir}
or ${QT5_PLATFORMS_SRCDIR}])
fi
- EMSDK_LLVM_NM="$(em-config EMSCRIPTEN_ROOT)"/../bin/llvm-nm
+ EMSDK_LLVM_NM="$(em-config LLVM_ROOT)"/llvm-nm
if ! test -x "$EMSDK_LLVM_NM"; then
AC_MSG_ERROR([Missing llvm-nm expected to be found at
"$EMSDK_LLVM_NM".])
fi