8303760: Visual Studio should use the primary variant in the IDE

Reviewed-by: erikj
This commit is contained in:
Julian Waters 2023-03-09 16:07:16 +00:00
parent cdcf5c1ed8
commit 3227b49a7a

View File

@ -35,8 +35,8 @@ ifeq ($(call isTargetOs, windows), true)
# The next part is a bit hacky. We include the CompileJvm.gmk to be # 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. # able to extract flags, but we do not wish to execute the rules.
# Use server as base for defines and includes # Use primary variant for defines and includes
JVM_VARIANT=server JVM_VARIANT := $(JVM_VARIANT_MAIN)
include HotspotCommon.gmk include HotspotCommon.gmk
include lib/CompileJvm.gmk include lib/CompileJvm.gmk