Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Oct 26, 2023
1 parent 7489e80 commit 7f68f48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions closed/custom/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,9 @@ else ifeq ($(OPENJDK_TARGET_OS), windows)
JGSKIT_TARGET := win64
JGSKIT_MAKE := jgskit.win64.mak
# JCE_CLASSPATH := $(subst :,\;,$(subst /,\\,$(JCE_CLASSPATH)))
JCE_CLASSPATH := $(subst /,\\\,$(JCE_CLASSPATH_WIN64))
# JCE_CLASSPATH := $(JCE_CLASSPATH_WIN64)
# JCE_CLASSPATH := $(subst /,\\\,$(JCE_CLASSPATH_WIN64))
JCE_CLASSPATH := $(JCE_CLASSPATH_WIN64)
GSKIT_HOME := $(call MixedPath,$(GSKIT_HOME))
endif
endif # OPENJDK_TARGET_OS

Expand Down

0 comments on commit 7f68f48

Please sign in to comment.