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 @@ -1256,7 +1256,7 @@ def GenerateCMake(folder, params):
12561256 " ${SWIFTC}\n "
12571257 " -target ${SWIFT_TARGET} -Xcc -mfloat-abi=soft -Xcc -fshort-enums\n "
12581258 " -Xfrontend -function-sections -enable-experimental-feature Embedded -wmo -parse-as-library\n "
1259- " $$\( echo '$<TARGET_PROPERTY:swift-blinky ,INCLUDE_DIRECTORIES>' | tr '\;' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
1259+ f " $$\( echo '$<TARGET_PROPERTY:{ projectName } ,INCLUDE_DIRECTORIES>' | tr '\;' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
12601260 " $$\( echo '${CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES}' | tr ' ' '\\ \\ n' | sed -e 's/\\ \\ \(.*\\ \\ \)/-Xcc -I\\ \\ 1/g' \)\n "
12611261 " -import-bridging-header ${CMAKE_CURRENT_LIST_DIR}/BridgingHeader.h\n "
12621262 f" ${{CMAKE_CURRENT_LIST_DIR}}/{ entry_point_file_name } .swift\n "
You can’t perform that action at this time.
0 commit comments