Skip to content

Commit 1046d4a

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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',

python/pyarrow/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
numpy_dep = dependency('numpy', required: false)
2121
if not numpy_dep.found()
2222
incdir_numpy = run_command(
23-
py,
23+
'python',
2424
[
2525
'-c',
2626
'''import os

0 commit comments

Comments
 (0)