fix launcher on mac

This commit is contained in:
HJfod 2022-11-28 20:30:41 +02:00
parent 4277746135
commit a1d096c670
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#include "../../../filesystem/fs/filesystem.hpp"
#include <fs/filesystem.hpp>
#include <mach-o/dyld.h>
#include <unistd.h>
#include <dlfcn.h>

View file

@ -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)