mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 05:10:51 +00:00
12 lines
309 B
Diff
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")
|