Update dependencies.sh

This commit is contained in:
Gregory Casamento 2025-01-18 07:49:39 -05:00 committed by GitHub
parent b68ddb27b9
commit 989d3aacd6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,10 +77,10 @@ install_gnustep_base() {
mkdir -p $DEPS_PATH mkdir -p $DEPS_PATH
# Windows MSVC toolchain uses tools-windows-msvc scripts to install non-GNUstep dependencies # 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 #if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then
install_libobjc2 # install_libobjc2
install_libdispatch # install_libdispatch
fi #fi
install_gnustep_make install_gnustep_make
install_gnustep_base install_gnustep_base