summaryrefslogtreecommitdiffstats
path: root/src/amd/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/amd/common/meson.build')
-rw-r--r--src/amd/common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/meson.build b/src/amd/common/meson.build
index 0967b1adb76..6827a020947 100644
--- a/src/amd/common/meson.build
+++ b/src/amd/common/meson.build
@@ -22,7 +22,7 @@ sid_tables_h = custom_target(
'sid_tables_h',
input : ['sid_tables.py', 'sid.h', 'gfx9d.h'],
output : 'sid_tables.h',
- command : [prog_python2, '@INPUT@'],
+ command : [prog_python, '@INPUT@'],
capture : true,
)