diff options
author | cyberta <cyberta@riseup.net> | 2022-02-04 19:36:47 +0000 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-02-04 19:36:47 +0000 |
commit | 2f777b5ebd80fc3f6a46dc09f60057370c399042 (patch) | |
tree | 164be2f77db521032947cdc72f11b655b127b37f /scripts | |
parent | 76108b758e869a9ba4369ea94f73c6c9075c00f3 (diff) | |
parent | 491afb595e6e8813e75b4749c0a66f7e55a286a5 (diff) |
Merge branch 'enable_snowflake_feature' into 'master'
build and enable snowflake feature
See merge request leap/bitmask_android!170
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 fbac5995..83fed5e8 100755 --- a/scripts/build_deps.sh +++ b/scripts/build_deps.sh @@ -15,7 +15,7 @@ DIR_GOLIBS=./bitmaskcore/lib/ DIR_TORLIBS=./tor-android/external/lib EXPECTED_NDK_VERSION="21.4.7075529" EXPECTED_ANDROID_NDK_RELEASE_VERSION="r21e" -BUILD_TOR=false +BUILD_TOR=true # init # look for empty dir |