mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-30 22:26:36 +00:00
Specify architecture for Linux and macOS releases
PR #5526 <https://github.com/Genymobile/scrcpy/pull/5526> Co-authored-by: Genxster1998 <ck.2229.ck@gmail.com>
This commit is contained in:
parent
acddd811bf
commit
618a978f5b
5 changed files with 52 additions and 38 deletions
|
@ -4,7 +4,14 @@ cd "$(dirname ${BASH_SOURCE[0]})"
|
|||
. build_common
|
||||
cd .. # root project dir
|
||||
|
||||
MACOS_BUILD_DIR="$WORK_DIR/build-macos"
|
||||
if [[ $# != 1 ]]
|
||||
then
|
||||
echo "Syntax: $0 <arch>" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
ARCH="$1"
|
||||
MACOS_BUILD_DIR="$WORK_DIR/build-macos-$ARCH"
|
||||
|
||||
app/deps/adb_macos.sh
|
||||
app/deps/sdl.sh macos native static
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue