Skip to content

Commit

Permalink
Merge pull request #44 from Allless/master
Browse files Browse the repository at this point in the history
Fix swift-corelibs-libdispatch version
  • Loading branch information
plaurent authored Sep 3, 2024
2 parents 59f57ff + fdb2aab commit cf29beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export LDFLAGS="-fuse-ld=/usr/bin/ld.gold -L/usr/local/lib"

# Checkout sources
echo -e "\n\n${GREEN}Checking out sources...${NC}"
git clone https://github.com/apple/swift-corelibs-libdispatch
git clone --branch swift-5.10.1-RELEASE https://github.com/apple/swift-corelibs-libdispatch
#cd swift-corelibs-libdispatch
# git checkout swift-5.2.2-RELEASE
#cd ..
Expand Down

0 comments on commit cf29beb

Please sign in to comment.