Skip to content

Commit

Permalink
set exeSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
dromer committed Dec 28, 2024
1 parent d33036a commit bdd21e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Heavy/OWLExporter.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ class OWLExporter : public ExporterBase {

auto OwlDir = outputFile.getChildFile("OwlProgram");
OwlDir.setAsCurrentWorkingDirectory();
OwlDir.getChildFile("Tools/FirmwareSender").setExecutePermission(1);
OwlDir.getChildFile("Tools/FirmwareSender" + exeSuffix).setExecutePermission(1);

auto const& gccPath = bin.getFullPathName();

Expand Down

0 comments on commit bdd21e3

Please sign in to comment.