From 3d38308de2ed72edcec11d50ad3a0cee7720588b 2017-06-29 07:27:26 From: Alexandre Leroux Date: 2017-06-29 07:27:26 Subject: [PATCH] Fixes compilation --- diff --git a/app/src/Main.cpp b/app/src/Main.cpp index a27b59a..7215de3 100644 --- a/app/src/Main.cpp +++ b/app/src/Main.cpp @@ -61,7 +61,9 @@ int main(int argc, char *argv[]) pluginDir.cd("../lib64/sciqlop"); } #else - __x86_64__ || __ppc64__ if (!pluginDir.cd("../lib/SciQlop")) { pluginDir.cd("../lib/sciqlop"); } + if (!pluginDir.cd("../lib/SciQlop")) { + pluginDir.cd("../lib/sciqlop"); + } #endif #endif qCDebug(LOG_PluginManager())