diff options
author | stephan <stephan@noemail.net> | 2022-12-24 15:34:16 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2022-12-24 15:34:16 +0000 |
commit | 60a1a0f7df99e03bba7abc45f526e372c20d2fdc (patch) | |
tree | 4554719800a78babb10a0d45566d79bfdb62a54e /configure | |
parent | 6e893aee9500c82bbec46077481e281c0554dfaf (diff) | |
download | sqlite-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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |