diff options
Diffstat (limited to 'Simulator')
| -rw-r--r-- | Simulator/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Simulator/makefile b/Simulator/makefile index 9a2e6d2c..52386dab 100644 --- a/Simulator/makefile +++ b/Simulator/makefile @@ -30,7 +30,7 @@ sqlite: echo $(git log -1 --format=format:%H) > manifest.uuid mkdir external cd external ; \ - ./../../external/sqlite/configure ; \ + ./../../external/sqlite/configure --disable-tcl ; \ make sqlite3.o mv external/sqlite3.o sqlite3.o rm -rf external/ |
