aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorstephan <stephan@noemail.net>2022-12-24 15:34:16 +0000
committerstephan <stephan@noemail.net>2022-12-24 15:34:16 +0000
commit60a1a0f7df99e03bba7abc45f526e372c20d2fdc (patch)
tree4554719800a78babb10a0d45566d79bfdb62a54e /configure
parent6e893aee9500c82bbec46077481e281c0554dfaf (diff)
downloadsqlite-60a1a0f7df99e03bba7abc45f526e372c20d2fdc.tar.gz
sqlite-60a1a0f7df99e03bba7abc45f526e372c20d2fdc.zip
Incorporate wasi-sdk RANLIB configure script patch from the VMware OCTO team.
FossilOrigin-Name: 478fe96ee7f3ffd5732231b75e6f04e898a59368b3c91f79e6af9496dfcef6d3
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 31c0fa919..7b1a6d4d6 100755
--- a/configure
+++ b/configure
@@ -10443,6 +10443,7 @@ else
# sqlite3.o building in WASM format.
CC="${with_wasi_sdk}/bin/clang"
LD="${with_wasi_sdk}/bin/wasm-ld"
+ RANLIB="${with_wasi_sdk}/bin/llvm-ranlib"
cross_compiling=yes
enable_threadsafe=no
use_tcl=no