Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gcasa authored Jan 18, 2025
1 parent b68ddb2 commit 989d3aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/scripts/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ install_gnustep_base() {
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
fi
#if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then
# install_libobjc2
# install_libdispatch
#fi

install_gnustep_make
install_gnustep_base

0 comments on commit 989d3aa

Please sign in to comment.