additional testing on dtx.

This commit is contained in:
Ronald Farrer 2021-07-30 19:59:10 -07:00
parent 8904e53df7
commit 6974b84627

View file

@ -21,11 +21,9 @@ S="${WORKDIR}/surface-dtx-daemon-9999"
src_unpack() { src_unpack() {
git-r3_src_unpack git-r3_src_unpack
cargo_live_src_unpack
} }
src_compile() { src_compile() {
emake CC="$(tc-getCC)" \ cargo_src_compile --locked
CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
} }