From 989d3aacd6e0cac1f481d1be722492ca68ce8fa8 Mon Sep 17 00:00:00 2001 From: Gregory Casamento Date: Sat, 18 Jan 2025 07:49:39 -0500 Subject: [PATCH] Update dependencies.sh --- .github/scripts/dependencies.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/dependencies.sh b/.github/scripts/dependencies.sh index 89323adcd0..7cbc10de9f 100755 --- a/.github/scripts/dependencies.sh +++ b/.github/scripts/dependencies.sh @@ -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