X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/eba389771371618b5f74e62f3e9da58d02d2fa55..84aa0d726896a68e1366af824d9bd6b9f489d736:/packages/tinyscheme/build.sh diff --git a/packages/tinyscheme/build.sh b/packages/tinyscheme/build.sh index 002a0d57..ff0f80cf 100644 --- a/packages/tinyscheme/build.sh +++ b/packages/tinyscheme/build.sh @@ -5,8 +5,10 @@ TERMUX_PKG_BUILD_REVISION=1 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.41/tinyscheme-1.41.tar.gz TERMUX_PKG_BUILD_IN_SRC=yes -AR+=" crs" -LD=$CC +termux_step_pre_configure () { + AR+=" crs" + LD=$CC +} # TODO: Add the tsx extension with file/networking (http://heras-gilsanz.com/manuel/tsx.html) # and the regexp extension (http://downloads.sourceforge.net/project/tinyscheme/tinyscheme-regex/1.3/re-1.3.tar.gz)