mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
51bde633fb
Those are required to generate SPIR-V binaries.
12 lines
253 B
Diff
12 lines
253 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -77,7 +77,7 @@
|
|
#
|
|
# Furthermore testing is equally problematic.
|
|
if (IOS OR ANDROID)
|
|
- set(ENABLE_GLSLANG_BINARIES OFF)
|
|
+ set(ENABLE_GLSLANG_BINARIES ON)
|
|
set(GLSLANG_TESTS_DEFAULT OFF)
|
|
endif()
|
|
|