mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
In Makefile.msc, build jimsh0.exe locally, not in the source directory.
FossilOrigin-Name: 1b9eb4564bc38cbc6a51ed1c4508f1ba45459630cfda8765c243c9aa0fc7d763
This commit is contained in:
@ -1069,7 +1069,7 @@ TCLSH_CMD = tclsh
|
||||
JIM_TCLSH = $(TCLSH_CMD)
|
||||
!ENDIF
|
||||
!IFNDEF JIM_TCLSH
|
||||
JIM_TCLSH = $(TOP)\jimsh0.exe
|
||||
JIM_TCLSH = jimsh0.exe
|
||||
!ENDIF
|
||||
# <</mark>>
|
||||
|
||||
|
Reference in New Issue
Block a user