8245119: Fix include path for hotspot-ide-project

Reviewed-by: erikj
This commit is contained in:
Magnus Ihse Bursie 2020-05-15 18:58:17 +02:00
parent 150d6cfea8
commit fb6e7b06fb

View File

@ -263,6 +263,7 @@ $(foreach v, $(JVM_VARIANTS), $(eval $(call DeclareHotspotLibsRecipe,$v)))
$(eval $(call SetupTarget, hotspot-ide-project, \
MAKEFILE := hotspot/ide/CreateVSProject, \
DEPS := hotspot exploded-image, \
ARGS := -I$(TOPDIR)/make/hotspot, \
))
ALL_TARGETS += $(HOTSPOT_VARIANT_TARGETS) $(HOTSPOT_VARIANT_GENSRC_TARGETS) \