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