Skip to content

Commit cb48936

Browse files
committed
Minor bug solved with typescript bootstrap.ts installation.
1 parent a09b533 commit cb48936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/loaders/ts_loader/bootstrap/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ endif()
115115

116116
# Install Bootstrap (use ts extension even if it is transpiled js to avoid conflicts with node loader bootstrap)
117117
install(FILES
118-
${CMAKE_CURRENT_SOURCE_DIR}/lib/build/bootstrap.js
119-
DESTINATION ${INSTALL_LIB}/bootstrap.ts
118+
${BOOTSTRAP_OUTPUT_PATH}/bootstrap.ts
119+
DESTINATION ${INSTALL_LIB}
120120
COMPONENT runtime
121121
)

0 commit comments

Comments
 (0)