Skip to content

Commit

Permalink
move JAVA_TO_TEST to the TKG settings.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
jandrlik committed Aug 7, 2024
1 parent c3a8245 commit 9f9a8ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@ ifdef JRE_IMAGE
JRE_COMMAND:=$(Q)$(JRE_IMAGE)$(D)bin$(D)java$(Q)
endif

JAVA_TO_TEST = $(JAVA_COMMAND)
ifeq ($(USE_JRE),1)
JAVA_TO_TEST = $(JRE_COMMAND)
endif

#######################################
# common dir and jars
#######################################
Expand Down

0 comments on commit 9f9a8ae

Please sign in to comment.