Update path to vcpkg's portfile
This commit is contained in:
parent
3d7104c124
commit
c053dca26e
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from releaseCommon import Version
|
||||||
|
|
||||||
print(catchPath)
|
print(catchPath)
|
||||||
|
|
||||||
default_path = '../vcpkg/ports/catch/'
|
default_path = '../vcpkg/ports/catch2/'
|
||||||
|
|
||||||
def adjusted_path(path):
|
def adjusted_path(path):
|
||||||
return os.path.join(catchPath, path)
|
return os.path.join(catchPath, path)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue