From 4ef147fbe5c15378f519c82505927a0e17448434 Mon Sep 17 00:00:00 2001 From: Dean M Greer Date: Mon, 10 Feb 2025 23:20:41 +0000 Subject: [PATCH] macOS.yml: fix-up action --- .github/workflows/macOS.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index af70453c..3e9d0b1a 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -20,7 +20,6 @@ jobs: bison \ gphoto2 \ gstreamer \ - gcenx/wine/libinotify-kqueue \ mingw-w64 \ molten-vk \ sdl2 @@ -44,10 +43,11 @@ jobs: cd wine $GITHUB_WORKSPACE/staging/patchinstall.py DESTDIR=. --all - - name: Configure wine64 + - name: Configure wine env: - LDFLAGS: "-Wl,-rpath,/opt/X11/lib" - # Avoid weird linker errors with Xcode 10 and later + # We need to tell the linker to add brew & Xquarts to the rpath stack. + LDFLAGS: "-Wl,-rpath,/usr/local/lib -Wl,-rpath,/opt/X11/lib" + # Use an older deployment target to avoid new dyld behaviors. MACOSX_DEPLOYMENT_TARGET: "10.14" run: | cd $GITHUB_WORKSPACE/wine