Skip to content

Commit

Permalink
Fix msvs
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jan 28, 2024
1 parent 352b35c commit e275383
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class WindowsMSVSTarget extends DefaultBuildTarget {
public WindowsMSVSTarget() {
this.libDirSuffix = "windows/";
this.tempBuildDir = "target/windows";
linkObjSuffix = ".obj";

cppCompiler.clear();
linkerCompiler.clear();
Expand Down

0 comments on commit e275383

Please sign in to comment.