Browse Source
Fix GetApplicationDirectory on macOS (#2304)
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/rcore.c
|
|
@ -173,6 +173,7 @@ |
|
|
|
#include <unistd.h> |
|
|
|
#elif defined(__APPLE__) |
|
|
|
#include <sys/syslimits.h> |
|
|
|
#include <mach-o/dyld.h> |
|
|
|
#endif // OSs |
|
|
|
#endif // PLATFORM_DESKTOP |
|
|
|
|
|
|
|