http://bugs.winehq.org/show_bug.cgi?id=59462 --- Comment #2 from Alec Ari <neotheuser@ymail.com> --- Figured it out.. Culprit: From 1d2b74f9883c61e324f20ba869b1fdfcf1ee86e2 Mon Sep 17 00:00:00 2001 From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com> Date: Tue, 24 Feb 2026 11:07:36 +1100 Subject: [PATCH] Updated vkd3d to aa811c10496800846b465c22a8a79a1e254942a3. ... wine-staging/patches/vkd3d-latest/0002-Updated-vkd3d-to-aa811c10496800846b465c22a8a79a1e254.patch ... diff --git a/libs/vkd3d/Makefile.in b/libs/vkd3d/Makefile.in index 51007ebc99c..868f4582380 100644 --- a/libs/vkd3d/Makefile.in +++ b/libs/vkd3d/Makefile.in @@ -1,4 +1,4 @@ -STATICLIB = libvkd3d.a +EXTLIB = libvkd3d.a ... Simply changing EXTLIB back to STATICLIB prevents -lvkd3d from being added to the build directory's Makefile however a compiling error occurs (did not save it.) Pulling out the whole patch fixes the issue. 0001-Updated-vkd3d-to-5c355b5963ef7a51eb152a8f1544542bf5b.patch does not cause any breakage. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.