Skip to content

Commit

Permalink
fix swift-corelibs-libdispatch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Allless committed Aug 23, 2024
1 parent 59f57ff commit fdb2aab
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 fdb2aab

Please sign in to comment.