Skip to content

Commit 2103b6b

Browse files
committed
Update install directory in bootstrap for Guix.
1 parent c6d5754 commit 2103b6b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/loaders/node_loader/bootstrap/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ if(NOT OPTION_BUILD_GUIX)
3838
)
3939

4040
add_dependencies(${target} ${target}-depends)
41+
42+
install(DIRECTORY
43+
${CMAKE_CURRENT_BINARY_DIR}/node_modules
44+
DESTINATION ${INSTALL_LIB}
45+
COMPONENT runtime
46+
)
4147
endif()
4248

4349
#
@@ -60,9 +66,3 @@ install(FILES
6066
DESTINATION ${INSTALL_LIB}
6167
COMPONENT runtime
6268
)
63-
64-
install(DIRECTORY
65-
${CMAKE_CURRENT_BINARY_DIR}/node_modules
66-
DESTINATION ${INSTALL_LIB}
67-
COMPONENT runtime
68-
)

0 commit comments

Comments
 (0)