We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf43157 commit c15d29bCopy full SHA for c15d29b
patches/sqlite_fix_build.patch
@@ -1,13 +1,13 @@
1
diff --git a/main.mk b/main.mk
2
-index a0b08e5773..acdb284684 100644
+index 808f925469..0ecddfaec7 100644
3
--- a/main.mk
4
+++ b/main.mk
5
-@@ -2019,7 +2019,7 @@ sqlite3d$(T.exe): shell.c $(LIBOBJS0)
+@@ -2039,7 +2039,7 @@ sqlite3d$(T.exe): shell.c $(LIBOBJS0)
6
install-shell-0: sqlite3$(T.exe) $(install-dir.bin)
7
- $(INSTALL) -s sqlite3$(T.exe) "$(install-dir.bin)"
+ $(INSTALL) sqlite3$(T.exe) "$(install-dir.bin)"
8
install-shell-1:
9
-install: install-shell-$(HAVE_WASI_SDK)
10
+install: install-shell-1
11
-
+
12
# How to build sqldiff$(T.exe) depends on $(LINK_TOOLS_DYNAMICALLY)
13
#
0 commit comments