blob: 4c46658ae9e71be7dd2bbe405c314e2d4ce31596 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
From 0a04eeabe3dfc7d2d3ea26e9224196eaaa0e02e7 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 14 May 2025 16:38:59 +0300
Subject: [PATCH] build: ensure vkd3d is present before making default prefix
---
Makefile.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile.in b/Makefile.in
index 940a4361..1a7fcb99 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1406,6 +1406,8 @@ all-dist: $(OVR_i386_DIST) $(OVR_x86_64_DIST)
## default_pfx
##
+default_pfx: vkd3d
+
default_pfx: wine gst_good gst_bad gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton
find $(DST_LIBDIR)/wine -type f -execdir chmod a-w '{}' '+'
rm -rf $(abspath $(DIST_PREFIX))
--
2.49.0
|