Skip to content

Commit

Permalink
Use "meson setup" from install_release.sh
Browse files Browse the repository at this point in the history
Refs 6482146
  • Loading branch information
rom1v committed Dec 22, 2022
1 parent 4c43784 commit 54c7bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ echo "$PREBUILT_SERVER_SHA256 scrcpy-server" | sha256sum --check

echo "[scrcpy] Building client..."
rm -rf "$BUILDDIR"
meson "$BUILDDIR" --buildtype=release --strip -Db_lto=true \
meson setup "$BUILDDIR" --buildtype=release --strip -Db_lto=true \
-Dprebuilt_server=scrcpy-server
cd "$BUILDDIR"
ninja
Expand Down

0 comments on commit 54c7bac

Please sign in to comment.