Tidy fixes
This commit is contained in:
parent
3454c504cf
commit
d0e82a68a9
@ -91,6 +91,7 @@ try:
|
||||
'src/llvm',
|
||||
'src/gyp',
|
||||
'src/libbacktrace',
|
||||
'src/libuv',
|
||||
'src/compiler-rt',
|
||||
'src/rt/hoedown',
|
||||
'src/rustllvm',
|
||||
|
@ -47,7 +47,8 @@ extern char **environ;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__linux__) || defined(__ANDROID__) || defined(__DragonFly__) || defined(__OpenBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__linux__) || defined(__ANDROID__) \
|
||||
|| defined(__DragonFly__) || defined(__OpenBSD__)
|
||||
extern char **environ;
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user