Skip to content

Commit 5e1762a

Browse files
author
duke
committedMay 16, 2020
Automatic merge of jdk:master into master
2 parents 0fd3d5f + a2057ad commit 5e1762a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎make/hotspot/ide/CreateVSProject.gmk

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ ifeq ($(call isTargetOs, windows), true)
3535
# The next part is a bit hacky. We include the CompileJvm.gmk to be
3636
# able to extact flags, but we do not wish to execute the rules.
3737

38-
# Use client as base for defines and includes
39-
JVM_VARIANT=client
38+
# Use server as base for defines and includes
39+
JVM_VARIANT=server
4040

4141
include HotspotCommon.gmk
4242
include lib/CompileJvm.gmk

0 commit comments

Comments
 (0)
Please sign in to comment.