Date: Mon, 15 Jan 2018 07:47:02 +0100 From: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> To: freebsd-ports@freebsd.org Subject: problem with meson Message-ID: <32e2801c-f8db-ac4c-c6f4-a95ebdcb9248@utanet.at>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?32e2801c-f8db-ac4c-c6f4-a95ebdcb9248>