Explorar el Código
Fix GetApplicationDirectory on macOS (#2304)
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas
hace 3 años
cometido por
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
0 borrados
-
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 |
|
|
|
|
|
|
|