0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-05-12 12:33:12 +00:00
Files
termux-packages/disabled-packages/crypto-monitor/SetPath.cmake.patch
Aditya Alok 8b5b5e07b2 pkg(main/crypto-monitor): Move to disabled-packages
- No longer compiles with newer ncurses.

- Has not been updated for more than 4 years

Signed-off-by: Aditya Alok <alok@termux.dev>
2025-01-30 20:43:23 +05:30

7 lines
327 B
Diff

--- a/SetPath.cmake
+++ b/SetPath.cmake
@@ -1,2 +1,2 @@
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/../src/Variables.h.in ${CMAKE_CURRENT_SOURCE_DIR}/../src/Variables.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/Variables.h.in ${CMAKE_CURRENT_SOURCE_DIR}/src/Variables.h)
message("Data path was set") # For testing only