Skip to content

Commit cc3a7e7

Browse files
committed
python3 -> python in meson.build
1 parent 9f9c4c7 commit cc3a7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(
2020
'cython',
2121
'cpp',
2222
version: run_command(
23-
'python3',
23+
'python',
2424
'-m',
2525
'setuptools_scm',
2626
'--force-write-version-files',

0 commit comments

Comments
 (0)