Files
termux-packages/packages/spirv-tools/CMakeLists.txt.patch
termux-pacman-bot 6bfca50697 enhance(main/spirv-tools): Enable building tools
Required for building kf6-kdeclarative in Android device.
2025-07-20 08:05:59 +00:00

12 lines
309 B
Diff

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -303,7 +303,7 @@
#
# Furthermore testing is equally problematic.
if (IOS OR ANDROID)
- set(SPIRV_SKIP_EXECUTABLES ON)
+ set(SPIRV_SKIP_EXECUTABLES OFF)
endif()
option(SPIRV_SKIP_EXECUTABLES "Skip building the executable and tests along with the library")