Files
termux-packages/packages/tome2/disable-tests.patch
termux-pacman-bot 7dbaafd2d7 bump(main/tome2): 2025.12.13
- Progress on https://github.com/termux/termux-packages/issues/23492

- Drop `boost-1.89.patch`; no longer necessary

- Disable tests to work around build error in testing framework; game still works when resulting package is run on-device
2026-01-03 08:06:39 +00:00

15 lines
452 B
Diff

Avoids this build error:
vendor/CppQuickCheck/include/cppqc/Generator.h:131:58:
error: member reference base type
'detail::StatelessGenConcept<T> *const' is not a structure or union
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -182,6 +182,3 @@ IF(GTK2_FOUND)
INSTALL(TARGETS tome-gtk2 RUNTIME DESTINATION bin)
ENDIF()
-# test harness executable
-ADD_EXECUTABLE(harness ${SRCS_TESTS})
-TARGET_LINK_LIBRARIES(harness game squelch ${LIBS})