1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

Ensure that the prefix/bin dir exists on msys/cygwin installations before installing the DLL there.

FossilOrigin-Name: 5ecbe7ddc48f688b1a511a86f81e7fb8ad3a559c2d513738c839f4d37c63db1c
This commit is contained in:
stephan
2025-02-21 22:35:10 +00:00
parent 4d58d3938a
commit c580663329
3 changed files with 8 additions and 8 deletions

View File

@ -194,7 +194,7 @@ install-dll-unix-generic: install-dll-out-implib
ls -la $(libsqlite3.DLL).0.8.6; \
fi
install-dll-msys: install-dll-out-implib
install-dll-msys: install-dll-out-implib "$(install-dir.bin)"
$(INSTALL) $(libsqlite3.DLL) "$(install-dir.bin)"
# ----------------------------------------------^^^ yes, bin
install-dll-mingw: install-dll-msys