Testing surface-dtx-daemon-9999.ebuild with different options.

This commit is contained in:
Ronald Farrer 2021-07-30 19:56:00 -07:00
parent f6423fae6c
commit 8904e53df7

View file

@ -21,9 +21,11 @@ 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() {
cargo_src_compile --locked emake CC="$(tc-getCC)" \
CPPFLAGS="${CPPFLAGS}" \
CFLAGS="${CFLAGS}" \
LDFLAGS="${LDFLAGS}"
} }