move log.h include in each file instead of pch, link libcurl and compile for mac
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/gl3.h>
|
||||
#include <OpenGL/gl3ext.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <dirent.h>
|
||||
@@ -73,5 +74,3 @@
|
||||
#include <stb/stb_truetype.h>
|
||||
#include <stb/stb_image.h>
|
||||
#include <curl/curl.h>
|
||||
|
||||
#include "log.h"
|
||||
|
||||
Reference in New Issue
Block a user