Skip to content

Commit

Permalink
fix: remove code not used
Browse files Browse the repository at this point in the history
  • Loading branch information
samyuh committed Jan 18, 2025
1 parent 10001cb commit 23d729a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ ifndef JAVA_HOME
$(warning Set JAVA_HOME environment variable)
endif

ifeq ($(shell ldd --version | grep -o 'musl'), musl)
MUSL_ENABLED := true
else
MUSL_ENABLED := false
endif

JAVA := "$$JAVA_HOME/bin/java"
JAVAC := "$$JAVA_HOME/bin/javac"
JAVAH := "$$JAVA_HOME/bin/javah"
Expand Down

0 comments on commit 23d729a

Please sign in to comment.