indentation2

This commit is contained in:
Enrico Del Fante 2022-11-25 11:21:57 +01:00
parent 0e82300f8f
commit c823c9b577
No known key found for this signature in database
GPG Key ID: F435EFF90817FBA5
1 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@ else
GRADLE_COMMAND=./gradlew
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Linux)
CLANG_FLAGS=-fPIC -shared
JNI_INCLUDE_FOLDER=linux
LIBRARY_RESOURCE=libckzg4844jni.so
CLANG_FLAGS=-fPIC -shared
JNI_INCLUDE_FOLDER=linux
LIBRARY_RESOURCE=libckzg4844jni.so
endif
ifeq ($(UNAME_S),Darwin)
ifeq ($(JAVA_HOME),)
@ -26,7 +26,7 @@ else
endif
ifeq ($(JAVA_HOME),)
$(error JAVA_HOME is not set and autodetection failed)
$(error JAVA_HOME is not set and autodetection failed)
endif
all: build test