Skip to content

Commit

Permalink
Update macports.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcenx authored Aug 19, 2024
1 parent 4c7e267 commit d09626b
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/macports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
LIBRARY_PATH: /opt/local/lib
CFLAGS: -g -O2
# gcc14.1 now sets -Werror-incompatible-pointer-types
CROSSCFLAGS: -g -O2 -Wno-incompatible-pointer-types
CROSSCFLAGS: -g -O2 -Wno-error=incompatible-pointer-types
LDFLAGS: -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/opt/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.15.4
WINE_CONFIGURE: $GITHUB_WORKSPACE/sources/wine/configure
Expand All @@ -22,8 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Action only suports building 23.x
CROSS_OVER_VERSION: [23.7.1] # 23.7.0, 23.6.0, 23.5.0, 23.0.1, 23.0.0
# Action only suports building 23.0.0 or later
CROSS_OVER_VERSION: [23.7.1]

runs-on: macos-latest

Expand Down Expand Up @@ -59,8 +59,6 @@ jobs:
freetype \
gettext-runtime \
gnutls \
gstreamer1 \
gstreamer1-gst-plugins-base \
libinotify \
moltenvk \
libsdl2
Expand All @@ -86,7 +84,6 @@ jobs:
--host=x86_64-apple-darwin \
--prefix= \
--disable-tests \
--enable-win64 \
--enable-archs=i386,x86_64 \
--without-alsa \
--without-capi \
Expand All @@ -100,7 +97,7 @@ jobs:
--without-gphoto \
--with-gnutls \
--without-gssapi \
--with-gstreamer \
--without-gstreamer \
--with-inotify \
--without-krb5 \
--with-mingw \
Expand Down

0 comments on commit d09626b

Please sign in to comment.