early-access version 2853
This commit is contained in:
12
externals/vcpkg/ports/irrlicht/fix-sysctl.patch
vendored
Executable file
12
externals/vcpkg/ports/irrlicht/fix-sysctl.patch
vendored
Executable file
@@ -0,0 +1,12 @@
|
||||
--- a/source/Irrlicht/COSOperator.cpp
|
||||
+++ b/source/Irrlicht/COSOperator.cpp
|
||||
@@ -11,8 +11,8 @@
|
||||
#else
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
-#ifndef _IRR_SOLARIS_PLATFORM_
|
||||
#include <sys/types.h>
|
||||
+#ifdef _IRR_OSX_PLATFORM_
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user