Skip to content

Commit

Permalink
Fix issues with dynamic libraries under iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kebekus committed Feb 8, 2024
1 parent 07cee90 commit e27d167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buildscript-ios.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ $Qt6_DIR_BASE/ios/bin/qt-cmake \
cmake --build build-zlib-iOS
cmake --install build-zlib-iOS

# Delete dynamic libraries, which create trouble under iOS
rm $installDir/lib/libz*dylib


echo
echo "copy static bzip2 and zlib to development directory, so cmake can find it"
Expand Down

0 comments on commit e27d167

Please sign in to comment.