Skip to content

Commit

Permalink
Skip incorrect version of sscapi.h per #1918
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Dec 5, 2024
1 parent 9f0c36b commit fdd0fca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/codegenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ bool CodeGen_Base::PlatformFiles()
wxCopyFile(f1,f2);
}
else {
/* skip fallback per SAM issue 1918
// fallback to sscapi.h generation
wxString fn = m_folder + "/sscapi.h";
FILE* f = fopen(fn.c_str(), "w");
Expand Down Expand Up @@ -292,6 +293,7 @@ bool CodeGen_Base::PlatformFiles()
fprintf(f, "\n");
fprintf(f, "#endif\n");
fclose(f);
*/
}
return true;
}
Expand Down

0 comments on commit fdd0fca

Please sign in to comment.