6 lines
276 B
PHP
6 lines
276 B
PHP
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||
|
|
||
|
# This option disables python2 support because we can't support both python2
|
||
|
# and python3 since OE upstream has disabled python2 bindings in Boost.
|
||
|
EXTRA_OECMAKE =+ "${@'-DANDROID=ON' if d.getVar('PYTHON_PN') != 'python3' else ''}"
|