Skip to content

Commit

Permalink
Use clang for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Jul 31, 2024
1 parent 1901a2f commit e9e7899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/make.js
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,8 @@ class VisualStudioExporter extends Exporter {
}

get_platform_toolset() {
return 'v143';
// return 'v143';
return 'ClangCL';
}

configuration(config, indent, project) {
Expand Down

0 comments on commit e9e7899

Please sign in to comment.