Skip to content

Commit fa76e07

Browse files
committed
Update cherow dependency bug for Guix builds.
1 parent 2103b6b commit fa76e07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

source/loaders/node_loader/bootstrap/CMakeLists.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ if(NOT OPTION_BUILD_GUIX)
4444
DESTINATION ${INSTALL_LIB}
4545
COMPONENT runtime
4646
)
47+
else()
48+
# Guix stores cherow dependency previously to the build in the output directory
49+
install(DIRECTORY
50+
${BOOTSTRAP_OUTPUT_PATH}/node_modules/cherow
51+
DESTINATION ${INSTALL_LIB}/node_modules
52+
COMPONENT runtime
53+
)
4754
endif()
4855

4956
#

0 commit comments

Comments
 (0)