We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c30ec36 commit 95b9279Copy full SHA for 95b9279
propside/buildc.cpp
@@ -427,8 +427,8 @@ int BuildC::runBstc(QString spinfile)
427
binaryfile = binaryfile.mid(binaryfile.lastIndexOf("/")+1);
428
binaryfile = outputPath+binaryfile;
429
430
- if((comp.compare("spin",Qt::CaseInsensitive) == 0) ||
431
- (comp.compare("spin.exe",Qt::CaseInsensitive) == 0)) {
+ if((comp.compare("openspin",Qt::CaseInsensitive) == 0) ||
+ (comp.compare("openspin.exe",Qt::CaseInsensitive) == 0)) {
432
// Roy's compiler always makes a .binary
433
if(libdir.exists(properties->getSpinLibraryStr())) {
434
args.append("-I");
0 commit comments