Skip to content

Commit dfdfc1f

Browse files
fix: build script (#524)
1 parent b34d053 commit dfdfc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ def build(
793793
else:
794794
signing_data = None
795795

796-
cargo_features: Mapping[str, Sequence[str]] = {"q_cli/wayland"}
796+
cargo_features: Mapping[str, Sequence[str]] = {"q_cli": ["wayland"]}
797797

798798
match stage_name:
799799
case "prod" | None:

0 commit comments

Comments
 (0)