Skip to content

Commit

Permalink
build: add missing vkd3d build upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Oct 16, 2024
1 parent aa0a408 commit 56f99e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,9 @@ VKD3D_CONFIGURE_ARGS = \
--without-ncurses \
SONAME_LIBVULKAN=vulkan-1 \

# LTO is enabled by default, but causes the build to fail. I havent't
# investigated this yet.
VKD3D_CFLAGS = -fno-lto
VKD3D_LDFLAGS = -static-libgcc $(CROSSLDFLAGS)
VKD3D_DEPENDS = vulkan-headers spirv-headers

Expand Down Expand Up @@ -1274,7 +1277,7 @@ all-dist: $(DIST_OVR32) $(DIST_OVR64)
## default_pfx
##

default_pfx: wine gst_good gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton
default_pfx: wine gst_good gst_bad gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton
find $(DST_LIBDIR32)/wine -type f -execdir chmod a-w '{}' '+'
find $(DST_LIBDIR64)/wine -type f -execdir chmod a-w '{}' '+'
rm -rf $(abspath $(DIST_PREFIX))
Expand Down

0 comments on commit 56f99e5

Please sign in to comment.