Skip to content

Commit

Permalink
Minor bug solved with typescript bootstrap.ts installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Apr 15, 2021
1 parent a09b533 commit cb48936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/loaders/ts_loader/bootstrap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif()

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

0 comments on commit cb48936

Please sign in to comment.