Skip to content

Commit

Permalink
Update cherow dependency bug for Guix builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Mar 21, 2020
1 parent 2103b6b commit fa76e07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/loaders/node_loader/bootstrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ if(NOT OPTION_BUILD_GUIX)
DESTINATION ${INSTALL_LIB}
COMPONENT runtime
)
else()
# Guix stores cherow dependency previously to the build in the output directory
install(DIRECTORY
${BOOTSTRAP_OUTPUT_PATH}/node_modules/cherow
DESTINATION ${INSTALL_LIB}/node_modules
COMPONENT runtime
)
endif()

#
Expand Down

0 comments on commit fa76e07

Please sign in to comment.