Skip to content

Commit

Permalink
math/cglm: fix inheritance of old MESON_ARGS
Browse files Browse the repository at this point in the history
This port doesn't set MESON_ARGS, so the effect is cosmetic.
Mainly to avoid bugs in case pre-test is copied to other ports.
  • Loading branch information
jbeich committed Aug 28, 2021
1 parent a564992 commit 0cf3e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/cglm/Makefile
Expand Up @@ -19,7 +19,7 @@ GH_ACCOUNT= recp
pre-test:
@if [ ! -e ${WRKDIR}/.meson_build_testing ]; then \
${RM} ${CONFIGURE_COOKIE} ${BUILD_COOKIE}; \
${MAKE} -C${.CURDIR} build MESON_ARGS="`make -V MESON_ARGS` --reconfigure -Dbuild_tests=true"; \
${MAKE} -C${.CURDIR} build MESON_ARGS="${MESON_ARGS} --reconfigure -Dbuild_tests=true"; \
${TOUCH} ${WRKDIR}/.meson_build_testing; \
fi

Expand Down

0 comments on commit 0cf3e3b

Please sign in to comment.