Skip to content

Commit a33d79f

Browse files
committed
fix: deb build
1 parent d9dec28 commit a33d79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/deepin/debian/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DH_VERBOSE = 1
1515
override_dh_strip_nondeterminism:
1616

1717
override_dh_shlibdeps:
18-
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
18+
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -Xswc.linux-x64-musl.node
1919

2020
%:
2121
dh "$@"

0 commit comments

Comments
 (0)