File tree Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Expand file tree Collapse file tree 4 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Home brew can be used to install required dependencies:
36
36
# https://github.com/protocolbuffers/protobuf/blob/master/kokoro/macos/prepare_build_macos_rc#L20
37
37
ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) "
38
38
source $HOME /.rvm/scripts/rvm
39
- brew install cmake protobuf python2 mono swig@3
39
+ brew install cmake protobuf python mono swig
40
40
sudo chown -R $( whoami) /usr/local
41
41
42
42
export PATH=" /usr/local/opt/swig@3/bin:$PATH "
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ mkdir -p android_build
80
80
pushd android_build
81
81
82
82
# Configure cmake with option value
83
- cmake .. ${CMAKE_OPTIONS} -DANDROID_ABI=armeabi-v7a
83
+ cmake .. ${CMAKE_OPTIONS}
84
84
check_exit_code $?
85
85
86
86
# Build the SDK
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # Lint as: python2
18
17
"""Packages zip files from unity builds into unity packages.
19
18
20
19
Takes packages produced from the unity sdk builds i.e.:
Original file line number Diff line number Diff line change 14
14
# See the License for the specific language governing permissions and
15
15
# limitations under the License.
16
16
17
- # Lint as: python2
18
17
"""Update the version numbers in cmake/firebase_unity_version.cmake.
19
18
20
19
To use locally, make sure call following installation first.
You can’t perform that action at this time.
0 commit comments