aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/PkgConfig.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/PkgConfig.hpp b/include/PkgConfig.hpp
index 43f7d91..2a52f2b 100644
--- a/include/PkgConfig.hpp
+++ b/include/PkgConfig.hpp
@@ -2,7 +2,6 @@
#define SIBS_PKGCONFIG_HPP
#include "env.hpp"
-#if OS_FAMILY == OS_FAMILY_POSIX
#include "Result.hpp"
#include <string>
#include <vector>
@@ -28,6 +27,5 @@ namespace sibs
static Result<PkgConfigFlags> getDynamicLibsFlags(const std::vector<PackageListDependency*> &libs);
};
}
-#endif // OS_FAMILY_POSIX
#endif // SIBS_PKGCONFIG_HPP