diff --git a/loader/icd_platform.h b/loader/icd_platform.h index 290966a5..8430eb9d 100644 --- a/loader/icd_platform.h +++ b/loader/icd_platform.h @@ -19,7 +19,7 @@ #ifndef _ICD_PLATFORM_H_ #define _ICD_PLATFORM_H_ -#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__) +#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__) || defined(__QNXNTO__) || defined(__GNU__) #define PATH_SEPARATOR ':' #define DIRECTORY_SYMBOL '/'