mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-12 12:33:12 +00:00
- No longer compiles with newer ncurses. - Has not been updated for more than 4 years Signed-off-by: Aditya Alok <alok@termux.dev>
7 lines
327 B
Diff
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
|