diff --git a/source/loaders/ts_loader/bootstrap/CMakeLists.txt b/source/loaders/ts_loader/bootstrap/CMakeLists.txt index b7025dd8a..ec97b3a4a 100644 --- a/source/loaders/ts_loader/bootstrap/CMakeLists.txt +++ b/source/loaders/ts_loader/bootstrap/CMakeLists.txt @@ -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 )