commit dc9ea78
hovercats
·
2024-10-13 01:28:39 +0000 UTC
parent 407452a
libpkgconfig: change path for config.h. this should fix the build
2 files changed,
+3,
-4
+3,
-4
1@@ -1,5 +1,6 @@
2 cflags{
3- '-I $outdir',
4+ '-I $dir',
5+ '-I $srcdir',
6 }
7
8 pkg.hdrs = {
9@@ -9,9 +10,7 @@ pkg.hdrs = {
10 'stdinc.h',
11 'libpkgconf-api.h',
12 'iter.h',
13- }),
14- copy('$outdir/libpkgconf', '$dir', {'config.h'}),
15-}
16+ })}
17
18 lib('libpkgconf.a', [[libpkgconf/(
19 audit.c cache.c client.c
R pkg/libpkgconf/config.h =>
pkg/libpkgconf/libpkgconf/config.h
+0,
-0