mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-31 07:10:28 -04:00
fix launcher on mac
This commit is contained in:
parent
4277746135
commit
a1d096c670
2 changed files with 2 additions and 2 deletions
loader/launcher/mac
|
@ -1,4 +1,4 @@
|
|||
#include "../../../filesystem/fs/filesystem.hpp"
|
||||
#include <fs/filesystem.hpp>
|
||||
#include <mach-o/dyld.h>
|
||||
#include <unistd.h>
|
||||
#include <dlfcn.h>
|
||||
|
|
|
@ -9,4 +9,4 @@ set_target_properties(Bootstrapper PROPERTIES
|
|||
RUNTIME_OUTPUT_DIRECTORY "${GEODE_BIN_PATH}/nightly"
|
||||
)
|
||||
|
||||
target_link_libraries(Bootstrapper PRIVATE "-framework CoreFoundation")
|
||||
target_link_libraries(Bootstrapper PRIVATE "-framework CoreFoundation" filesystem)
|
||||
|
|
Loading…
Add table
Reference in a new issue