Update dependencies.sh

This commit is contained in:
Gregory Casamento 2025-01-18 07:52:25 -05:00 committed by GitHub
parent 989d3aacd6
commit df9f4560c6
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
# 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
if [ "$LIBRARY_COMBO" = "ng-gnu-gnu" -a "$IS_WINDOWS_MSVC" != "true" ]; then
install_libobjc2
# install_libdispatch
#fi
fi
install_gnustep_make
install_gnustep_base