Update Building a MinGW WoW64 Wine with a custom vkd3d build

Francisco Casas
2024-11-28 17:31:55 +00:00
parent 10fa2b3bad
commit ad0c0aa206

@@ -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.
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.