mirror of
https://github.com/m2049r/xmrwallet
synced 2025-03-31 05:19:19 +02:00
8 lines
106 B
Bash
Executable File
8 lines
106 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
source script/env.sh
|
|
|
|
cp -a script/android-openssl $EXTERNAL_LIBS_BUILD_ROOT
|