From 4ca74ae0ca9dcae57334acc0ca4ae2d1adda9158 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes Date: Tue, 26 Mar 2024 09:22:46 +1100 Subject: [PATCH] Revert "macOS.yml: Set ac_cv_lib_soname_vulkan" This reverts commit 810ecd4aabce7d512f8705e96bf7410ea25c742e. Fixed upstream. --- .github/workflows/macOS.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 3462d358..a2c281de 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -43,7 +43,6 @@ jobs: - name: Configure wine64 env: - ac_cv_lib_soname_vulkan: "libMoltenVK.dylib" LDFLAGS: "-Wl,-rpath,/opt/X11/lib" # Avoid weird linker errors with Xcode 10 and later MACOSX_DEPLOYMENT_TARGET: "10.14"