mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-08 23:41:57 +00:00
11 lines
363 B
Diff
11 lines
363 B
Diff
--- a/ggml/src/CMakeLists.txt
|
|
+++ b/ggml/src/CMakeLists.txt
|
|
@@ -237,7 +237,6 @@
|
|
if (GGML_BACKEND_DIR)
|
|
install(TARGETS ${backend} LIBRARY DESTINATION ${GGML_BACKEND_DIR})
|
|
else()
|
|
- install(TARGETS ${backend} LIBRARY DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|
endif()
|
|
else()
|
|
add_library(${backend} ${ARGN})
|