Skip to content

Commit

Permalink
Merge pull request #60 from Paolo-Oliverio/main
Browse files Browse the repository at this point in the history
Resolve bug with libraries for non flatten project added twice
  • Loading branch information
RobDangerous authored Aug 31, 2024
2 parents 6919ab4 + 7a37869 commit b8a220c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion kmake/src/Exporters/VisualStudioExporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,6 @@ export class VisualStudioExporter extends Exporter {
}

}
for (let proj of project.getSubProjects()) releaselibs += 'Release\\' + proj.getSafeName() + '.lib;';
for (let lib of project.getLibs()) {
if (fs.existsSync(path.resolve(from, lib + '.lib'))) {
releaselibs += path.relative(to, path.resolve(from, lib)) + '.lib;';
Expand Down
2 changes: 0 additions & 2 deletions lib/kmake/Exporters/VisualStudioExporter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/kmake/Exporters/VisualStudioExporter.js.map

Large diffs are not rendered by default.

0 comments on commit b8a220c

Please sign in to comment.