Browse Source

fails building 32bit using clang

android-5
its-pointless 6 years ago
committed by Fredrik Fornwall
parent
commit
1b062711b3
  1. 1
      packages/picolisp/build.sh

1
packages/picolisp/build.sh

@ -9,6 +9,7 @@ TERMUX_PKG_SRCURL=https://dl.bintray.com/termux/upstream/picolisp_${TERMUX_PKG_V
TERMUX_PKG_BUILD_IN_SRC=true
# The assembly is not position-independent (would be a major rewrite):
TERMUX_PKG_BLACKLISTED_ARCHES="x86_64"
TERMUX_PKG_CLANG=no
termux_step_pre_configure() {
# Validate that we have the right version:

Loading…
Cancel
Save