Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Oct 24, 2023
1 parent d373ac6 commit cc2da09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/custom/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ else ifeq ($(OPENJDK_TARGET_OS), windows)
JGSKIT_MAKE := jgskit.win64.mak
# JCE_CLASSPATH := $(subst :,\;,$(subst /,\\,$(JCE_CLASSPATH)))
# JCE_CLASSPATH := $(subst /,\\,$(JCE_CLASSPATH))
JCE_CLASSPATH := JCE_CLASSPATH_WIN64
JCE_CLASSPATH := $(JCE_CLASSPATH_WIN64)
endif
endif # OPENJDK_TARGET_OS

Expand Down

0 comments on commit cc2da09

Please sign in to comment.