Update Building a MinGW WoW64 Wine with a custom vkd3d build authored by Francisco Casas's avatar Francisco Casas
...@@ -339,4 +339,4 @@ cd $HOME/wine-dirs/wine32 ...@@ -339,4 +339,4 @@ cd $HOME/wine-dirs/wine32
make 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.
\ No newline at end of file \ No newline at end of file