mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-27 07:54:17 +02:00
fix: remove code not used
This commit is contained in:
parent
10001cb997
commit
23d729af21
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user