Skip to content

Commit

Permalink
Merge branch 'master' into GSTheme_darkmode_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa committed Jan 19, 2025
2 parents 8321858 + f63f89d commit 1750a1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ install_libobjc2() {
install_libdispatch() {
echo "::group::libdispatch"
cd $DEPS_PATH
# will reference upstream after https://github.com/apple/swift-corelibs-libdispatch/pull/534 is merged
git clone -q -b system-blocksruntime https://github.com/ngrewe/swift-corelibs-libdispatch.git libdispatch
git clone -q 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
Expand Down

0 comments on commit 1750a1e

Please sign in to comment.