diff --git a/app/src/Main.cpp b/app/src/Main.cpp index 7215de3..346f023 100644 --- a/app/src/Main.cpp +++ b/app/src/Main.cpp @@ -55,7 +55,7 @@ int main(int argc, char *argv[]) #endif -#if __GNUC__ +#if __LINUX__ || __APPLE__ #if __x86_64__ || __ppc64__ if (!pluginDir.cd("../lib64/SciQlop")) { pluginDir.cd("../lib64/sciqlop");