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
No known key found for this signature in database
GPG Key ID: B24406B0B0AC4334
1 changed files with 1 additions and 1 deletions

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