chore: generate static libraries for non apple architectures

This commit is contained in:
Richard Ramos 2022-07-07 08:44:08 -04:00
parent 429ea1c12a
commit 346e01fa7e
20 changed files with 5 additions and 5 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "rln"]
path = lib/rln
url = https://github.com/kilic/rln
url = https://github.com/status-im/rln
[submodule "lib/rln"]
path = lib/rln
url = git@github.com:kilic/rln.git
url = git@github.com:status-im/rln.git

@ -1 +1 @@
Subproject commit 7ac74183f8b69b399e3bc96c1ae8ab61c026dc43
Subproject commit 2e10b0a15cc6ac33a2e4ffbc28a4c755f12d8d7b

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -59,5 +59,5 @@ for platform in `ls ${COMPILE_DIR} | grep -v release | grep -v debug`
do
PLATFORM_DIR=${DIRECTORY}/$platform
mkdir -p ${PLATFORM_DIR}
cp ${COMPILE_DIR}/$platform/release/librln.* ${PLATFORM_DIR}
cp ${COMPILE_DIR}/$platform/release/librln.{a,lib} ${PLATFORM_DIR}
done

View File

@ -57,5 +57,5 @@ for platform in `ls ${COMPILE_DIR} | grep -v release | grep -v debug`
do
PLATFORM_DIR=${DIRECTORY}/$platform
mkdir -p ${PLATFORM_DIR}
cp ${COMPILE_DIR}/$platform/release/librln.* ${PLATFORM_DIR}
cp ${COMPILE_DIR}/$platform/release/librln.{a,lib} ${PLATFORM_DIR}
done