Skip to content

Commit

Permalink
Merge pull request #1 from Gcenx/patch-1
Browse files Browse the repository at this point in the history
build.yml: Fix derps
  • Loading branch information
IsaacMarovitz authored Apr 5, 2024
2 parents c4f0f68 + d5cbaf1 commit fa85827
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ env:
CXX: clang++
CPATH: /usr/local/include
LIBRARY_PATH: /usr/local/lib
CFLAGS: -g -O2 -Wno-deprecated-declarations
CROSSCFLAGS: -g -O2
LDFLAGS: -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib -Wl,-rpath,/opt/local/lib -Wl,-rpath,/opt/X11/lib
CFLAGS: -O3 -Wno-deprecated-declarations -Wno-incompatible-pointer-types
CROSSCFLAGS: -O3
LDFLAGS: -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
MACOSX_DEPLOYMENT_TARGET: 10.14
WINE_CONFIGURE: $GITHUB_WORKSPACE/wine/configure
BUILDROOT: $GITHUB_WORKSPACE/build
Expand Down Expand Up @@ -64,38 +64,38 @@ jobs:
mkdir -p ${{ env.BUILDROOT }}/wine64
pushd ${{ env.BUILDROOT }}/wine64
${{ env.WINE_CONFIGURE }} \
--prefix=
--prefix= \
--disable-tests \
--disable-winedbg \
--enable-win64 \
--without-alsa \
--without-capi \
--with-coreaudio \
--with-cups \
--without-dbus
--without-fontconfig
--without-dbus \
--without-fontconfig \
--with-freetype \
--with-gettext \
--without-gettextpo
--without-gphoto
--without-gettextpo \
--without-gphoto \
--with-gnutls \
--without-gssapi
--without-gssapi \
--with-gstreamer \
--without-krb5
--without-krb5 \
--with-mingw \
--without-netapi
--without-netapi \
--with-opencl \
--with-opengl \
--without-oss
--without-oss \
--with-pcap \
--with-pthread \
--without-pulse
--without-sane
--without-pulse \
--without-sane \
--with-sdl \
--without-udev
--without-udev \
--with-unwind \
--without-usb
--without-v4l2
--without-usb \
--without-v4l2 \
--with-vulkan \
--without-x
popd
Expand Down

0 comments on commit fa85827

Please sign in to comment.