mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-05 17:31:48 +00:00
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()
|
|
|