feat: webrtc builds for ios & android (#93)
This commit is contained in:
@@ -33,7 +33,7 @@ if [ -z "$arch" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "Building LiveKit WebRTC"
|
||||
echo "Building LiveKit WebRTC - MacOS"
|
||||
echo "Arch: $arch"
|
||||
echo "Profile: $profile"
|
||||
|
||||
@@ -45,7 +45,7 @@ fi
|
||||
export COMMAND_DIR=$(cd $(dirname $0); pwd)
|
||||
export PATH="$(pwd)/depot_tools:$PATH"
|
||||
export OUTPUT_DIR="$(pwd)/src/out-$arch-$profile"
|
||||
export ARTIFACTS_DIR="$(pwd)/macos-$arch-$profile"
|
||||
export ARTIFACTS_DIR="$(pwd)/mac-$arch-$profile"
|
||||
|
||||
if [ ! -e "$(pwd)/src" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user