mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
fix mac build
i forgor 💀
This commit is contained in:
parent
3c1529caa6
commit
73e94193ef
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
#if defined(GEODE_IS_IOS)
|
||||
|
||||
#include "../load.hpp"
|
||||
#include <dlfcn.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#if defined(GEODE_IS_MACOS)
|
||||
|
||||
#include "../load.hpp"
|
||||
#include <dlfcn.h>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <unistd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue