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