Proper LCMS2 link don't use OpenGL ES on MacOS

This commit is contained in:
2024-08-27 15:27:27 +02:00
parent 9adfbde512
commit 52bcb10da1
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ int main(int argc, char *argv[])
setenv("LC_NUMERIC", "C", 1);
#endif
#if defined(__i386__) || defined(__x86_64__)
#if defined(__i386__) || defined(__x86_64__) || defined(__APPLE__)
bool useGLES = false;
#else
bool useGLES = true;