mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-04 14:23:25 +00:00
Convert Linux x86_64 to amd64
This commit is contained in:
parent
4c5f88d828
commit
3a62ca018e
@ -19,7 +19,11 @@ else
|
||||
ifeq ($(UNAME_S),Linux)
|
||||
CLANG_FLAGS=-fPIC -shared
|
||||
JNI_INCLUDE_FOLDER=linux
|
||||
OS_ARCH=$(UNAME_M)
|
||||
ifeq ($(UNAME_M),x86_64)
|
||||
OS_ARCH=amd64
|
||||
else
|
||||
OS_ARCH=$(UNAME_M)
|
||||
endif
|
||||
LIBRARY_RESOURCE=libckzg4844jni.so
|
||||
endif
|
||||
ifeq ($(UNAME_S),Darwin)
|
||||
|
Loading…
x
Reference in New Issue
Block a user