Trinity-*-2.eclass: Improve arts 'yes' support.

You don't need to specify the build flag now.

Signed-off-by: Chris <xchrisx@uber.space>
pull/47/head
Chris 4 years ago committed by TDE Gitea
parent c1a4b02009
commit 26d23250f1

@ -273,6 +273,10 @@ trinity-base-2_src_configure() {
eg_cmakeargs=( -DWITH_ARTS="$(usex arts)" "${eg_cmakeargs[@]}" )
fi
if [[ "${TRINITY_NEED_ARTS}" == "yes" ]]; then
eg_cmakeargs=( -DWITH_ARTS=ON "${eg_cmakeargs[@]}" )
fi
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}${TDEDIR}"
-DCMAKE_INSTALL_RPATH="${EPREFIX}${TDEDIR}"

Loading…
Cancel
Save