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 803adae commit c1da2dfCopy full SHA for c1da2df
swift/tools/autobuild.sh
@@ -3,7 +3,7 @@
3
if [[ "$OSTYPE" == "darwin"* ]]; then
4
export CODEQL_SWIFT_CARTHAGE_EXEC=`which carthage`
5
export CODEQL_SWIFT_POD_EXEC=`which pod`
6
- exec "${CODEQL_EXTRACTOR_SWIFT_ROOT}/tools/${CODEQL_PLATFORM}/xcode-autobuilder"
+ exec "${CODEQL_EXTRACTOR_SWIFT_ROOT}/tools/${CODEQL_PLATFORM}/swift-autobuilder"
7
else
8
exec "${CODEQL_EXTRACTOR_SWIFT_ROOT}/tools/${CODEQL_PLATFORM}/autobuilder-incompatible-os"
9
fi
0 commit comments