Ver a proveniência
Fix GetApplicationDirectory on macOS (#2304)
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas
há 3 anos
committed by
GitHub
ascendente
cometimento
5b8b24c0c5
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
1 adições e
0 eliminações
-
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 |
|
|
|
|
|
|
|