Use relative paths for wine and dxvk submodules.

This commit is contained in:
Arkadiusz Hiler 2021-05-17 12:36:56 +03:00
parent bbf68812bc
commit a0c2cf6cac

6
.gitmodules vendored
View File

@ -1,9 +1,9 @@
[submodule "wine"]
path = wine
url = https://github.com/ValveSoftware/wine
path = wine
url = ../wine
[submodule "dxvk"]
path = dxvk
url = https://github.com/ValveSoftware/dxvk
url = ../dxvk
[submodule "openvr"]
path = openvr
url = https://github.com/ValveSoftware/openvr