mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:21:22 +00:00
Update dependencies.sh
Fix spaces
This commit is contained in:
parent
b19c9052a7
commit
f1a94d94b5
1 changed files with 1 additions and 1 deletions
2
.github/scripts/dependencies.sh
vendored
2
.github/scripts/dependencies.sh
vendored
|
@ -44,7 +44,7 @@ install_libobjc2() {
|
|||
install_libdispatch() {
|
||||
echo "::group::libdispatch"
|
||||
cd $DEPS_PATH
|
||||
git clone -q -b system-blocksruntime https://github.com/swiftlang/swift-corelibs-libdispatch.gitlibdispatch
|
||||
git clone -q -b system-blocksruntime https://github.com/swiftlang/swift-corelibs-libdispatch.git libdispatch
|
||||
mkdir libdispatch/build
|
||||
cd libdispatch/build
|
||||
# -Wno-error=void-pointer-to-int-cast to work around build error in queue.c due to -Werror
|
||||
|
|
Loading…
Reference in a new issue