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 d7d373d commit 9c01cbeCopy full SHA for 9c01cbe
.dist-filter.sh
@@ -0,0 +1,5 @@
1
+#!/usr/bin/env sh
2
+
3
+for f in "${MESON_DIST_ROOT}"/subprojects/*/; do
4
+ rm -rf "$f/.git/"
5
+done
meson.build
@@ -256,6 +256,8 @@ deps += [
256
libm,
257
]
258
259
+meson.add_dist_script('.dist-filter.sh')
260
261
subdir('include')
262
subdir('src')
263
0 commit comments