We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b0d106 commit d8463c3Copy full SHA for d8463c3
Source/Core/Common/CommonPaths.h
@@ -8,6 +8,9 @@
8
#define DIR_SEP_CHR '/'
9
10
// The current working directory
11
+#ifdef __APPLE__
12
+#define ROOT_DIR "_NSGetExecutablePath"
13
+#else
14
#define ROOT_DIR "."
15
16
// The normal user directory
0 commit comments