Skip to content

Commit

Permalink
8303760: Visual Studio should use the primary variant in the IDE
Browse files Browse the repository at this point in the history
Reviewed-by: erikj
  • Loading branch information
TheShermanTanker committed Mar 9, 2023
1 parent cdcf5c1 commit 3227b49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/ide/visualstudio/hotspot/CreateVSProject.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ ifeq ($(call isTargetOs, windows), true)
# The next part is a bit hacky. We include the CompileJvm.gmk to be
# able to extract flags, but we do not wish to execute the rules.

# Use server as base for defines and includes
JVM_VARIANT=server
# Use primary variant for defines and includes
JVM_VARIANT := $(JVM_VARIANT_MAIN)

include HotspotCommon.gmk
include lib/CompileJvm.gmk
Expand Down

0 comments on commit 3227b49

Please sign in to comment.