CRT object files are now added using bundle

This commit is contained in:
Max Wash
2020-11-23 19:58:07 +00:00
parent f7df90bc0f
commit 8991e21636
2 changed files with 5 additions and 6 deletions

View File

@@ -109,6 +109,7 @@ bundle_add_dependencies(photon local-root crt)
add_custom_command(TARGET photon POST_BUILD
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/scripts/add-framework-crt.sh
${BUNDLE_PROGRAM}
${CMAKE_CURRENT_BINARY_DIR}/photon.framework
${CMAKE_CURRENT_BINARY_DIR})