Skip to content

Commit

Permalink
Remove debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliult committed Oct 26, 2023
1 parent d67b130 commit 13093cd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions closed/custom/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ else ifeq ($(OPENJDK_TARGET_OS), windows)
ifeq ($(OPENJDK_TARGET_CPU), x86_64)
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)
GSKIT_HOME := $(call MixedPath,$(GSKIT_HOME))
BOOT_JDK := $(call MixedPath,$(BOOT_JDK))
Expand Down

0 comments on commit 13093cd

Please sign in to comment.