2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-01-19 00:09:37 +03:00

app-emulation/ruffle: fix typo in live

Thanks to sam for spotting.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-05-26 20:29:47 -04:00
parent 361fd4167f
commit 9b458a32e2

View File

@@ -61,7 +61,7 @@ src_configure() {
filter-lto # TODO: cleanup after bug #893658
# see .cargo/cargo.toml, only needed if RUSTFLAGS is set by the user
[[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"d
[[ -v RUSTFLAGS ]] && RUSTFLAGS+=" --cfg=web_sys_unstable_apis"
if use test; then
# tests will be skipped if don't build everything