tests: Terminate the Agility SDK path with a slash.

That's what the documentation recommends. It used to work for me without
the slash, but maybe they changed something in recent versions.
This commit is contained in:
Giovanni Mascellani
2024-07-17 14:55:07 +02:00
committed by Henri Verbeet
parent e4e7368c1c
commit 7e557420b1
Notes: Henri Verbeet 2024-07-17 16:01:00 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/948
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -153,4 +153,4 @@ these steps:
* It's also possible to use '-DVKD3D_AGILITY_SDK_PATH=/path/to/sdk/' to
specify the directory to load the Agility SDK DLLs from at runtime.
If relative, the path is intended to be relative to the executable
path. If unspecified the path defaults to '.'.
path. If unspecified the path defaults to './'.