Skip to content

Commit

Permalink
Merge branch 'hotfix/2022.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Mar 24, 2023
2 parents 5c6653a + a102925 commit daa6e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ def main():
cmake_args += ['-G', 'Xcode']
cmake_args.append('-DCMAKE_SYSTEM_NAME=iOS')
cmake_args.append('-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"')
cmake_args.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=10.0')
cmake_args.append('-DCMAKE_OSX_DEPLOYMENT_TARGET=13.0')
cmake_args.append('-DCMAKE_XCODE_ATTRIBUTE_ONLY_ACTIVE_ARCH=NO')
elif platform == 'android':
toolchain_file = os.path.join(install_dir, 'android-ndk', 'build', 'cmake', 'android.toolchain.cmake')
Expand Down

0 comments on commit daa6e4b

Please sign in to comment.