Sfoglia il codice sorgente

Fix GetApplicationDirectory on macOS (#2304)

Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas 3 anni fa
committed by GitHub
parent
commit
5b8b24c0c5
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/rcore.c

+ 1
- 0
src/rcore.c Vedi File

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

Caricamento…
Annulla
Salva