mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-19 19:15:07 +00:00
fix: mac only run macos14
This commit is contained in:
parent
8e8df04213
commit
16d693a618
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ fi
|
|||
mkdir $build_path
|
||||
cd $build_path
|
||||
|
||||
cmake_params="-DCMAKE_PREFIX_PATH=$qt_cmake_path -DCMAKE_BUILD_TYPE=$build_mode -DCMAKE_OSX_ARCHITECTURES=x86_64"
|
||||
cmake_params="-DCMAKE_PREFIX_PATH=$qt_cmake_path -DCMAKE_BUILD_TYPE=$build_mode -DCMAKE_OSX_ARCHITECTURES=x86_64 -D CMAKE_OSX_DEPLOYMENT_TARGET=10.10"
|
||||
cmake $cmake_params ../..
|
||||
if [ $? -ne 0 ] ;then
|
||||
echo "cmake failed"
|
||||
|
|
Loading…
Add table
Reference in a new issue