From fdb2aabf8c5f0bb2c6738db12c2e3c901e114d74 Mon Sep 17 00:00:00 2001 From: Hovhannes Sergoyan Date: Fri, 23 Aug 2024 17:38:09 +0400 Subject: [PATCH] fix swift-corelibs-libdispatch version --- .../GNUstep-buildon-ubuntu2004.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu-20.04-clang-10.0-runtime-2.0/GNUstep-buildon-ubuntu2004.sh b/ubuntu-20.04-clang-10.0-runtime-2.0/GNUstep-buildon-ubuntu2004.sh index f29fcbb..64af5ef 100755 --- a/ubuntu-20.04-clang-10.0-runtime-2.0/GNUstep-buildon-ubuntu2004.sh +++ b/ubuntu-20.04-clang-10.0-runtime-2.0/GNUstep-buildon-ubuntu2004.sh @@ -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 ..