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 348d623 commit db807f1Copy full SHA for db807f1
source/loaders/node_loader/bootstrap/CMakeLists.txt
@@ -59,12 +59,8 @@ install(FILES
59
COMPONENT runtime
60
)
61
62
-if(NOT OPTION_BUILD_GUIX)
63
- # In Guix Bootstrap dependencies (aka Cherow
64
- # at the moment of writting) must be installed manually
65
- install(DIRECTORY
66
- ${LOADER_LIBRARY_PATH}/node_modules
67
- DESTINATION ${INSTALL_LIB}
68
- COMPONENT runtime
69
- )
70
-endif()
+install(DIRECTORY
+ ${LOADER_LIBRARY_PATH}/node_modules
+ DESTINATION ${INSTALL_LIB}
+ COMPONENT runtime
+)
0 commit comments