Update BUILDING.md

This commit is contained in:
Michael Kirk 2019-06-13 16:39:25 -05:00 committed by GitHub
parent 72a652b8c6
commit e25f77b780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,9 +88,8 @@ Finally. Why we're all here.
# Remove the existing directory to make sure any obsolete files are removed
rm -r $SIGNAL_IOS_REPO_ROOT/ThirdParty/WebRTC/Build/WebRTC.framework
# Move the WebRTC.framework into Signal-iOS's Carthage directory. We don't actually
# use Carthage to build WebRTC, but we use some Carthage scripts to prepare the library
# for distribution.
# Move the WebRTC.framework into Signal-iOS's WebRTC directory.
# This is a submodule to keep the size of the primary Signal-iOS repository down,
mv out_ios_libs/WebRTC.framework $SIGNAL_IOS_REPO_ROOT/ThirdParty/WebRTC/Build/
# Make sure we add any new files, since we gitignore *