Fix build error on macOS 10.13
This commit is contained in:
parent
6816128f80
commit
83462e4561
@ -1,7 +1,11 @@
|
|||||||
#ifndef NV_CONFIG
|
#ifndef NV_CONFIG
|
||||||
#define NV_CONFIG
|
#define NV_CONFIG
|
||||||
|
|
||||||
|
#if NV_OS_DARWIN && !NV_OS_IOS
|
||||||
|
#cmakedefine01 HAVE_UNISTD_H
|
||||||
|
#else
|
||||||
#cmakedefine HAVE_UNISTD_H
|
#cmakedefine HAVE_UNISTD_H
|
||||||
|
#endif
|
||||||
#cmakedefine HAVE_STDARG_H
|
#cmakedefine HAVE_STDARG_H
|
||||||
#cmakedefine HAVE_SIGNAL_H
|
#cmakedefine HAVE_SIGNAL_H
|
||||||
#cmakedefine HAVE_EXECINFO_H
|
#cmakedefine HAVE_EXECINFO_H
|
||||||
|
Loading…
Reference in New Issue
Block a user