mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
Merge topic 'ninja-portable-arg-max'
5ec17e61 Ninja: Generalize check for sysconf(3) call
This commit is contained in:
@@ -374,7 +374,7 @@ static int calculateCommandLineLengthLimit(int linkRuleLength)
|
||||
#ifdef _WIN32
|
||||
8000,
|
||||
#endif
|
||||
#if defined(__APPLE__) || defined(__HAIKU__) || defined(__linux)
|
||||
#if defined(_SC_ARG_MAX)
|
||||
// for instance ARG_MAX is 2096152 on Ubuntu or 262144 on Mac
|
||||
((int)sysconf(_SC_ARG_MAX)) - 1000,
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user