Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
Re-add build for libdispatch
  • Loading branch information
gcasa authored Jan 18, 2025
1 parent ddd239d commit b19c905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ mkdir -p $DEPS_PATH
# Windows MSVC toolchain uses tools-windows-msvc scripts to install non-GNUstep dependencies
if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then
install_libobjc2
# install_libdispatch
install_libdispatch
fi

install_gnustep_make
Expand Down

0 comments on commit b19c905

Please sign in to comment.