commit 5af84a7
hovercats
·
2026-09-04 08:32:54 +0000 UTC
parent 980d5ac
exfatprogs: fix missing dependency
1 files changed,
+4,
-0
+4,
-0
1@@ -4,6 +4,10 @@ cflags{
2 '-isystem $builddir/pkg/util-linux/include/blkid',
3 }
4
5+pkg.deps = {
6+ 'pkg/util-linux/headers',
7+}
8+
9 lib('libexfat.a', {
10 'lib/exfat_dir.c',
11 'lib/exfat_fs.c',