Avoid compiling more frameworks on non-apple platforms.

This commit is contained in:
2017-10-30 22:05:23 -07:00
parent bf122b319f
commit 8eeba733a6

View File

@@ -32,9 +32,7 @@ using namespace kraken;
#include <stdio.h>
#include "../3rdparty/tinyxml2/tinyxml2.h"
#if defined(_WIN32) || defined(_WIN64)
#else
#if defined(__APPLE__)
#include <sys/mman.h>
#include <unistd.h>