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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user