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.
2 parents 59281eb + a3a88dd commit 4356e95Copy full SHA for 4356e95
utils/build-script-impl
@@ -1709,18 +1709,6 @@ for host in "${ALL_HOSTS[@]}"; do
1709
)
1710
fi
1711
1712
- if [[ "${CMAKE_GENERATOR}" == "Xcode" ]] ; then
1713
- cmake_options=(
1714
- "${cmake_options[@]}"
1715
- -DSWIFT_CMARK_LIBRARY_DIR:PATH=$(build_directory ${host} cmark)/src/${CMARK_BUILD_TYPE}
1716
- )
1717
- else
1718
1719
1720
- -DSWIFT_CMARK_LIBRARY_DIR:PATH=$(build_directory ${host} cmark)/src
1721
1722
- fi
1723
-
1724
if [[ "${SWIFT_SDKS}" ]] ; then
1725
cmake_options=(
1726
"${cmake_options[@]}"
0 commit comments