We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1c5753 commit b07d900Copy full SHA for b07d900
1 file changed
loader/icd_platform.h
@@ -19,7 +19,7 @@
19
#ifndef _ICD_PLATFORM_H_
20
#define _ICD_PLATFORM_H_
21
22
-#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__)
+#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__) || defined(__GNU__)
23
24
#define PATH_SEPARATOR ':'
25
#define DIRECTORY_SYMBOL '/'
0 commit comments