Skip to content
Snippets Groups Projects
Commit c0fa44b9 authored by Lars Bilke's avatar Lars Bilke
Browse files

[guix] Don't install Python in lib-dir.

Follow-up on
ogs/ogs@48a89587
parent 884f8700
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ if(WIN32)
file(COPY ${PYTHON_RUNTIME_LIBS}
DESTINATION ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}
)
else()
elseif(NOT GUIX_BUILD)
install(FILES ${Python_LIBRARIES} DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment