Ver código fonte

Fix GetApplicationDirectory on macOS (#2304)

Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas 3 anos atrás
committed by GitHub
pai
commit
5b8b24c0c5
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c Ver arquivo

@ -173,6 +173,7 @@
#include <unistd.h>
#elif defined(__APPLE__)
#include <sys/syslimits.h>
#include <mach-o/dyld.h>
#endif // OSs
#endif // PLATFORM_DESKTOP

Carregando…
Cancelar
Salvar