mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Trying again to get out-of-tree builds to work correctly.
FossilOrigin-Name: a1b3337e949fc431e19a3d977d07a312bb253ab7fec6811c0221abd514985d55
This commit is contained in:
@ -55,7 +55,7 @@ set nVersion [eval format "%d%03d%03d" [split $zVersion .]]
|
||||
#
|
||||
set PWD [pwd]
|
||||
cd $TOP
|
||||
set zSourceId [exec ./mksourceid manifest]
|
||||
set zSourceId [exec $PWD/mksourceid manifest]
|
||||
cd $PWD
|
||||
|
||||
# Set up patterns for recognizing API declarations.
|
||||
|
Reference in New Issue
Block a user