mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
multimedia/librist: Use meson's --reconfigure in test target
This commit is contained in:
parent
815be68086
commit
b80a38fb85
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ MESON_ARGS= -Dtest=false
|
|||
|
||||
do-test:
|
||||
@cd ${WRKSRC} && \
|
||||
${RM} -r _build && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} ${CONFIGURE_ARGS} -Dtest=true && \
|
||||
${SETENV} ${CONFIGURE_ENV} ${CONFIGURE_CMD} --reconfigure ${CONFIGURE_ARGS} -Dtest=true && \
|
||||
cd ${BUILD_WRKSRC} && \
|
||||
${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} test
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue