Skip to content

Commit

Permalink
removed settings
Browse files Browse the repository at this point in the history
  • Loading branch information
annaibm committed Apr 11, 2024
1 parent 13cf25b commit 76d7e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.mk
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ifndef JVM_VERSION

ifeq (hotspot, $(JDK_IMPL))
JVM_VERSION = $(OPENJDK_VERSION)
else
else
JVM_VERSION = $(OPENJDK_VERSION)-$(JDK_IMPL)
endif

Expand All @@ -103,7 +103,7 @@ ifneq (,$(findstring win,$(SPEC)))
P=;
D=\\
EXECUTABLE_SUFFIX=.exe
RUN_SCRIPT="cmd /c"
RUN_SCRIPT="cmd /c"
RUN_SCRIPT_STRING=$(RUN_SCRIPT)
SCRIPT_SUFFIX=.bat
PROPS_DIR=props_win
Expand Down

0 comments on commit 76d7e6b

Please sign in to comment.