0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-01-31 21:22:27 +00:00
termux-packages/packages/glslang/CMakeLists.txt.patch
Biswapriyo Nath 51bde633fb enhance(main/glslang): Enable building glslang binaries
Those are required to generate SPIR-V binaries.
2024-03-12 22:15:08 +01:00

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()