浏览代码
Fix GetApplicationDirectory on macOS (#2304)
Previously failed to build with an implicit declaration of `_NSGetExecutablePath`.
pull/2305/head
Nikolas
3 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
1 次插入 和
0 次删除
-
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 |
|
|
|
|
|
|
|