Skip to content

Commit c15d29b

Browse files
committed
chore: upgrade sqlite_fix_build.patch
1 parent cf43157 commit c15d29b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/sqlite_fix_build.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/main.mk b/main.mk
2-
index a0b08e5773..acdb284684 100644
2+
index 808f925469..0ecddfaec7 100644
33
--- a/main.mk
44
+++ b/main.mk
5-
@@ -2019,7 +2019,7 @@ sqlite3d$(T.exe): shell.c $(LIBOBJS0)
5+
@@ -2039,7 +2039,7 @@ sqlite3d$(T.exe): shell.c $(LIBOBJS0)
66
install-shell-0: sqlite3$(T.exe) $(install-dir.bin)
7-
$(INSTALL) -s sqlite3$(T.exe) "$(install-dir.bin)"
7+
$(INSTALL) sqlite3$(T.exe) "$(install-dir.bin)"
88
install-shell-1:
99
-install: install-shell-$(HAVE_WASI_SDK)
1010
+install: install-shell-1
11-
11+
1212
# How to build sqldiff$(T.exe) depends on $(LINK_TOOLS_DYNAMICALLY)
1313
#

0 commit comments

Comments
 (0)