Ticket #66535: configurable-python.patch

File configurable-python.patch, 396 bytes (added by jmroot (Joshua Root), 17 months ago)
  • subprojects/spice-common/meson.build

    old new  
    132132
    133133# Python
    134134py_module = import('python')
    135 python = py_module.find_installation()
     135python = py_module.find_installation(get_option('python'))
    136136
    137137if get_option('python-checks')
    138138  foreach module : ['six', 'pyparsing']