updated build system
This commit is contained in:
@@ -32,8 +32,8 @@ namespace {
|
||||
|
||||
std::vector<gid_t> groups{};
|
||||
#if defined(__APPLE__)
|
||||
constexpr const int buffer_count{8};
|
||||
constexpr const int max_group_count{1024};
|
||||
constexpr int buffer_count{8};
|
||||
constexpr int max_group_count{1024};
|
||||
groups.resize(buffer_count);
|
||||
|
||||
std::size_t orig_count{0U};
|
||||
|
||||
Reference in New Issue
Block a user