##// END OF EJS Templates
Fixes compilation
Alexandre Leroux -
r281:55810e577c68
parent child
Show More
@@ -55,7 +55,7 int main(int argc, char *argv[])
55 #endif
55 #endif
56
56
57
57
58 #if __GNUC__
58 #if __LINUX__ || __APPLE__
59 #if __x86_64__ || __ppc64__
59 #if __x86_64__ || __ppc64__
60 if (!pluginDir.cd("../lib64/SciQlop")) {
60 if (!pluginDir.cd("../lib64/SciQlop")) {
61 pluginDir.cd("../lib64/sciqlop");
61 pluginDir.cd("../lib64/sciqlop");
General Comments 0
You need to be logged in to leave comments. Login now