Skip to content

Commit

Permalink
update msvc target
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Aug 18, 2024
1 parent 8bf68ee commit bef5065
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public WindowsMSVCTarget() {

@Override
protected void setup(BuildConfig config) {
linkerCompiler.add("cmd");
linkerCompiler.add("/c");
linkerCompiler.add("vcvarsall");
linkerCompiler.add("x64");
linkerCompiler.add("&");
Expand Down

0 comments on commit bef5065

Please sign in to comment.