openfoam: use 'true' instead of 'yes' in build.sh

This commit is contained in:
Henrik Grimler 2019-10-25 11:41:47 +02:00
parent 8927f78444
commit eccfa15b01
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ TERMUX_PKG_SHA256=15e38c2dc659b63753a0dd3dff913222cc46d6a40089a1b76973dd741145f6
TERMUX_PKG_DEPENDS="openmpi, flex, boost, libc++" TERMUX_PKG_DEPENDS="openmpi, flex, boost, libc++"
TERMUX_PKG_RM_AFTER_INSTALL="opt/OpenFOAM-v${TERMUX_PKG_VERSION}/build" TERMUX_PKG_RM_AFTER_INSTALL="opt/OpenFOAM-v${TERMUX_PKG_VERSION}/build"
TERMUX_PKG_BUILD_IN_SRC=true TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_HOSTBUILD=yes TERMUX_PKG_HOSTBUILD=true
termux_step_host_build() { termux_step_host_build() {
( (