diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-11-25 08:55:43 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-11-25 20:01:04 +0000 |
commit | c4816e4763b8d395b4a2cb670a8aaaf33bb8def1 (patch) | |
tree | 128a502cf98a31802eee925e2973b0cb68beb4cf /lang/rust-bootstrap | |
parent | 101ba9b46e0cda501d10e826028da54bce564181 (diff) | |
download | ports-c4816e4763b8d395b4a2cb670a8aaaf33bb8def1.tar.gz ports-c4816e4763b8d395b4a2cb670a8aaaf33bb8def1.zip |
Diffstat (limited to 'lang/rust-bootstrap')
-rw-r--r-- | lang/rust-bootstrap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index e830957fdec0..6e0fa184ffdc 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -96,6 +96,7 @@ do-configure: ${SH} ${SCRIPTSDIR}/rust-compat11-canary.sh @${ECHO_CMD} 'changelog-seen=2' > ${WRKSRC}/config.toml @${ECHO_CMD} '[build]' >> ${WRKSRC}/config.toml + @${ECHO_CMD} 'build-dir="${WRKDIR}/_build"' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'vendor=true' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'extended=false' >> ${WRKSRC}/config.toml @${ECHO_CMD} 'python="${PYTHON_CMD}"' >> ${WRKSRC}/config.toml |