riscv-openocd-wch/jimtcl/sqlite3/build-ext

11 lines
312 B
Bash
Executable File

#!/bin/sh
#
# This is a small wrapper around build-jim-ext
# which knows it is running in <srcdir>/sqlite3 and
# so can find a host version of jimsh/tclsh
# Prefer jimsh in .. if it exists
PATH=..:$PATH; export PATH
asdir="`dirname "$0"`/../autosetup"
exec "`$asdir/autosetup-find-tclsh`" ../build-jim-ext "$@"