Skip to content

Commit 32c825b

Browse files
committed
build: remove unused Meson import
1 parent 5e7c902 commit 32c825b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webext/add-on/meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
fs = import('fs')
21
zip = find_program('zip')
32

43
addon_dir = datadir / 'credentialsd'
@@ -21,4 +20,4 @@ custom_target(
2120
],
2221
install: true,
2322
install_dir: addon_dir,
24-
)
23+
)

0 commit comments

Comments
 (0)