Remove arbitrary redefinition of python_dir

This commit is contained in:
kramo
2023-11-18 21:09:01 +01:00
parent b521ea6daf
commit 551acccbd9

View File

@@ -9,7 +9,6 @@ gnome = import('gnome')
python = import('python')
py_installation = python.find_installation('python3')
python_dir = join_paths(get_option('prefix'), py_installation.get_install_dir())
python_dir = join_paths(get_option('prefix'), py_installation.get_install_dir())
pkgdatadir = join_paths(get_option('prefix'), get_option('datadir'), meson.project_name())