X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/e4f846f3e43efe4dd05861faff1722f282f4a897..6dac3a7bb459c2e0a6f783c03d3a020bcf75fba9:/packages/picolisp/build.sh diff --git a/packages/picolisp/build.sh b/packages/picolisp/build.sh index 61d473b9..75d8324a 100644 --- a/packages/picolisp/build.sh +++ b/packages/picolisp/build.sh @@ -12,6 +12,10 @@ TERMUX_PKG_FOLDERNAME=picoLisp TERMUX_PKG_BUILD_IN_SRC=true # The assembly is not position-independent (would be a major rewrite): TERMUX_PKG_BLACKLISTED_ARCHES="x86_64" +if [ $TERMUX_ARCH_BITS = 32 ]; then + # "Variable length array in structure won't be supported" + TERMUX_PKG_CLANG=no +fi termux_step_pre_configure() { # Validate that we have the right version: