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 a09b533 commit cb48936Copy full SHA for cb48936
source/loaders/ts_loader/bootstrap/CMakeLists.txt
@@ -115,7 +115,7 @@ endif()
115
116
# Install Bootstrap (use ts extension even if it is transpiled js to avoid conflicts with node loader bootstrap)
117
install(FILES
118
- ${CMAKE_CURRENT_SOURCE_DIR}/lib/build/bootstrap.js
119
- DESTINATION ${INSTALL_LIB}/bootstrap.ts
+ ${BOOTSTRAP_OUTPUT_PATH}/bootstrap.ts
+ DESTINATION ${INSTALL_LIB}
120
COMPONENT runtime
121
)
0 commit comments