This website works better with JavaScript.
Home
Help
Register
Sign In
pEp.foundation
/
pEpEngine
Watch
16
Star
1
Fork
13
Code
Issues
Pull Requests
2
Releases
452
Wiki
Activity
Browse Source
Reenable Darwin/BSD extensions for MacOS
ENGINE-641
Krista 'DarthMama' Bennett
3 years ago
parent
738805ffaa
commit
5aa6eba154
1 changed files
with
6 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
Makefile.conf
+ 6
- 1
Makefile.conf
View File
@ -176,7 +176,12 @@ endif
######### C and C++ #########
CPPFLAGS
=
i
f
e
q
(
$(
BUILD_FOR
)
,
D
a
r
w
i
n
)
CPPFLAGS
=
-D_DARWIN_C_SOURCE
e
l
s
e
CPPFLAGS
=
e
n
d
i
f
######### YML2 #########
Write
Preview
Loading…
Cancel
Save