File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1039,7 +1039,7 @@ def GenerateCMake(folder, params):
10391039 " ${SWIFTC}\n "
10401040 " -target ${SWIFT_TARGET} -Xcc -mfloat-abi=soft -Xcc -fshort-enums\n "
10411041 " -Xfrontend -function-sections -enable-experimental-feature Embedded -wmo -parse-as-library\n "
1042- " $$\( echo '$<TARGET_PROPERTY:swift-blinky ,INCLUDE_DIRECTORIES>' | tr '\;' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
1042+ f " $$\( echo '$<TARGET_PROPERTY:{ projectName } ,INCLUDE_DIRECTORIES>' | tr '\;' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
10431043 " $$\( echo '${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}' | tr ' ' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
10441044 " -import-bridging-header ${CMAKE_CURRENT_LIST_DIR}/BridgingHeader.h\n "
10451045 f" ${{CMAKE_CURRENT_LIST_DIR}}/{ entry_point_file_name } .swift\n "
You can’t perform that action at this time.
0 commit comments