We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af5005 commit f8e82cfCopy full SHA for f8e82cf
snap/snapcraft.yaml
@@ -156,6 +156,6 @@ lint:
156
ignore:
157
- library:
158
# these are all required by libQt6WebEngineCore.so.6.4.2
159
- - usr/lib/x86_64-linux-gnu/libharfbuzz-subset.so.0.*
160
- - usr/lib/x86_64-linux-gnu/libharfbuzz.so.0.*
161
- - usr/lib/x86_64-linux-gnu/libpsl.so.5.*
+ - usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libharfbuzz-subset.so.0.*
+ - usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libharfbuzz.so.0.*
+ - usr/lib/$CRAFT_ARCH_TRIPLET_BUILD_FOR/libpsl.so.5.*
0 commit comments