Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem with meson

2 views
Skip to first unread message

Walter Schwarzenfeld

unread,
Jan 15, 2018, 1:47:31 AM1/15/18
to
I have USES=meson in the Makefile.

but it only configures if I pass CONFIGURE_ARGS+="--buildtype=release
_build" on the commandline.

meson.mk shows:

.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=        --buildtype debug
.else
CONFIGURE_ARGS+=        --buildtype release \
                        --strip
.endif

and

MESON_BUILD_DIR?= _build

so it should work, but does not.

_______________________________________________
freebs...@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port...@freebsd.org"

0 new messages