Skip to content

Commit 36bc682

Browse files
authored
Merge pull request #2372 from OZI-Project/main
Release
2 parents 73acae1 + 1a60b7e commit 36bc682

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(
88
'python3',
99
[
1010
'-c',
11-
'from setuptools_scm import get_version;print(get_version(normalize=False, fallback_version="2.1.30"))',
11+
'from setuptools_scm import get_version;print(get_version(normalize=False, fallback_version="2.1.31"))',
1212
],
1313
check: true,
1414
).stdout().strip(),

ozi/scripts/create_subproject_symlink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
matches = glob('subprojects/OZI-*')
4545
if not matches:
4646
raise IndexError
47-
target = pathlib.Path(matches[0])
47+
target = pathlib.Path('..', matches[0])
4848
link_path = pathlib.Path('subprojects/ozi')
4949
with suppress(FileExistsError):
5050
link_path.symlink_to(

0 commit comments

Comments
 (0)