We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2103b6b commit fa76e07Copy full SHA for fa76e07
source/loaders/node_loader/bootstrap/CMakeLists.txt
@@ -44,6 +44,13 @@ if(NOT OPTION_BUILD_GUIX)
44
DESTINATION ${INSTALL_LIB}
45
COMPONENT runtime
46
)
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
+ )
54
endif()
55
56
#
0 commit comments