indentation

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

View File

@ -19,9 +19,9 @@ else
ifeq ($(JAVA_HOME),)
JAVA_HOME := $(shell /usr/libexec/java_home)
endif
CLANG_FLAGS=-dynamiclib
JNI_INCLUDE_FOLDER=darwin
LIBRARY_RESOURCE=libckzg4844jni.dylib
CLANG_FLAGS=-dynamiclib
JNI_INCLUDE_FOLDER=darwin
LIBRARY_RESOURCE=libckzg4844jni.dylib
endif
endif