Skip to content

Commit

Permalink
- fix DLL export
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Hart committed Aug 17, 2024
1 parent 1d8ae70 commit a1da580
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hi_backend/snex_workbench/WorkbenchProcessor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1026,6 +1026,8 @@ void DspNetworkCompileExporter::createMainCppFile(bool isDllMainFile)
return c[scriptnode::PropertyIds::Value].toString() == path;
}
}

return false;
});

if(found)
Expand Down

0 comments on commit a1da580

Please sign in to comment.