From ad0c0aa206a1f7e9ccb1f0fa53b39a009e55079b Mon Sep 17 00:00:00 2001 From: Francisco Casas Date: Thu, 28 Nov 2024 17:31:55 +0000 Subject: [PATCH] Update Building a MinGW WoW64 Wine with a custom vkd3d build --- Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md b/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md index 911b360..f9cc4bc 100644 --- a/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md +++ b/Building-a-MinGW-WoW64-Wine-with-a-custom-vkd3d-build.md @@ -339,4 +339,4 @@ cd $HOME/wine-dirs/wine32 make ``` -Note that if you only want to update vkd3d, it might only be necessary to run `make` and `make install` in the `vkd3d32` and `vkd3d64` since this will update the DLLs in the prefixes, that wine will load. \ No newline at end of file +Note that if you only want to update vkd3d, it might only be necessary to run `make` and `make install` in the `vkd3d32` and `vkd3d64` since this will update the DLLs in the prefixes, that wine loads because we passed the `--with-system-dllpath` option. \ No newline at end of file