mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Fixed: Define _DARWIN_UNLIMITED_STREAMS to fix setrlimit under OS X
This commit is contained in:
parent
8fb405ee3c
commit
0d86ef1158
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ MACRO(NL_SETUP_BUILD)
|
|||
ENDIF(ANDROID)
|
||||
|
||||
IF(APPLE)
|
||||
ADD_PLATFORM_FLAGS("-gdwarf-2")
|
||||
ADD_PLATFORM_FLAGS("-gdwarf-2 -D_DARWIN_UNLIMITED_STREAMS")
|
||||
ENDIF(APPLE)
|
||||
|
||||
# Fix "relocation R_X86_64_32 against.." error on x64 platforms
|
||||
|
|
Loading…
Reference in a new issue