diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-27 17:37:45 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-09-27 17:37:45 +0300 |
commit | b32c20dffa144f9c38b75976bf73680558baab26 (patch) | |
tree | 33837e6ac7f87c2db13a6a29e0557aeeaf227497 | |
parent | a8e4f1dbbd4d2f293fe8b3d507e5feab6e20a68d (diff) |
Don't install stdinc.h (now internal)
-rw-r--r-- | libpkgconf/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpkgconf/buildfile b/libpkgconf/buildfile index 8e91ec8..2839900 100644 --- a/libpkgconf/buildfile +++ b/libpkgconf/buildfile @@ -101,5 +101,7 @@ h{config}@./: install = false # h{version}: install = false +h{stdinc}@./: install = false + if ($c.target.class != "windows") h{win-dirent}@./: install = false |