this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#include mach-o/dyld.h when on macOS for _NSGetExecutablePath (#2600)

authored by

Alice and committed by
GitHub
37da717d 8e3f95a0

+4 -4
+4
src/studio/fs.c
··· 58 58 #define SLASH_SYMBOL ('/') 59 59 #endif 60 60 61 + #if defined (__TIC_MACOSX__) 62 + #include <mach-o/dyld.h> 63 + #endif 64 + 61 65 static const char* PublicDir = TIC_HOST; 62 66 63 67 struct tic_fs
-4
src/studio/screens/start.c
··· 30 30 #include <unistd.h> 31 31 #endif 32 32 33 - #if defined (__TIC_MACOSX__) 34 - #include <mach-o/dyld.h> 35 - #endif 36 - 37 33 static void reset(Start* start) 38 34 { 39 35 u8* tile = (u8*)start->tic->ram->tiles.data;