diff options
Diffstat (limited to 'vcpkg/ports/ktx/0006-fix-ios-install.patch')
| -rw-r--r-- | vcpkg/ports/ktx/0006-fix-ios-install.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/ktx/0006-fix-ios-install.patch b/vcpkg/ports/ktx/0006-fix-ios-install.patch new file mode 100644 index 0000000..0af3fea --- /dev/null +++ b/vcpkg/ports/ktx/0006-fix-ios-install.patch @@ -0,0 +1,22 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt +index e99fb143..072ea889 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -489,7 +489,7 @@ macro(common_libktx_settings target enable_write library_type) + CXX_STANDARD_REQUIRED YES + + ) +- if(IOS) ++ if(0) + set_target_properties(${target} PROPERTIES + FRAMEWORK TRUE + ) +@@ -1145,7 +1145,7 @@ endif() + # Use of this to install KHR/khr_df.h is due to CMake's failure to + # preserve the include source folder hierarchy. + # See https://gitlab.kitware.com/cmake/cmake/-/issues/16739. +-if (IOS) ++if (0) + set_source_files_properties( + include/KHR/khr_df.h + PROPERTIES MACOSX_PACKAGE_LOCATION Headers/KHR |