Skip to content

Commit 95b9279

Browse files
committed
Change spin compiler name to openspin.
1 parent c30ec36 commit 95b9279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

propside/buildc.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -427,8 +427,8 @@ int BuildC::runBstc(QString spinfile)
427427
binaryfile = binaryfile.mid(binaryfile.lastIndexOf("/")+1);
428428
binaryfile = outputPath+binaryfile;
429429

430-
if((comp.compare("spin",Qt::CaseInsensitive) == 0) ||
431-
(comp.compare("spin.exe",Qt::CaseInsensitive) == 0)) {
430+
if((comp.compare("openspin",Qt::CaseInsensitive) == 0) ||
431+
(comp.compare("openspin.exe",Qt::CaseInsensitive) == 0)) {
432432
// Roy's compiler always makes a .binary
433433
if(libdir.exists(properties->getSpinLibraryStr())) {
434434
args.append("-I");

0 commit comments

Comments
 (0)