Skip to content

Commit

Permalink
Update install directory in bootstrap for Guix.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 21, 2020
1 parent c6d5754 commit 2103b6b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/loaders/node_loader/bootstrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ if(NOT OPTION_BUILD_GUIX)
)

add_dependencies(${target} ${target}-depends)

install(DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/node_modules
DESTINATION ${INSTALL_LIB}
COMPONENT runtime
)
endif()

#
Expand All @@ -60,9 +66,3 @@ install(FILES
DESTINATION ${INSTALL_LIB}
COMPONENT runtime
)

install(DIRECTORY
${CMAKE_CURRENT_BINARY_DIR}/node_modules
DESTINATION ${INSTALL_LIB}
COMPONENT runtime
)

0 comments on commit 2103b6b

Please sign in to comment.