diff options
author | cyberta <cyberta@riseup.net> | 2022-08-08 23:30:32 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-08-08 23:30:32 +0000 |
commit | 8e0fa913e098087d73f8ce63888b2213c2c63741 (patch) | |
tree | 1f5865a9e30286f726ee0751e535572f3c4fee2d /scripts | |
parent | 8d06c86a2fedf7a758801ac0b029b53b54977bd7 (diff) | |
parent | 6d705263bf0fd616926d2c64ada98e2ee7740024 (diff) |
Merge branch 'update_dependencies' into 'master'
update API version and dependencies
Closes #9057
See merge request leap/bitmask_android!206
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build_deps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_deps.sh b/scripts/build_deps.sh index 14d2bafc..0d37d7de 100755 --- a/scripts/build_deps.sh +++ b/scripts/build_deps.sh @@ -8,7 +8,7 @@ function quit { SCRIPT_DIR=$(dirname "$0") BASE_DIR="$SCRIPT_DIR/.." DIR_OVPNASSETS=./ics-openvpn/main/build/ovpnassets -DIR_OVPNLIBS=./ics-openvpn/main/build/intermediates/cmake/noovpn3/release/obj +DIR_OVPNLIBS=./ics-openvpn/main/build/intermediates/cmake/skeletonRelease/obj DIR_GOLIBS=./bitmaskcore/lib/ #FILE_X86=./go/out/x86/piedispatcherlib #FILE_ARM=./go/out/armeabi-v7a/piedispatcherlib |