mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
python: needs WCHAR support in toolchain
And hence, portage needs it as well. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
config BR2_PACKAGE_PYTHON
|
||||
bool "python"
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
The python language interpreter.
|
||||
|
||||
http://www.python.org/
|
||||
|
||||
comment "python requires a toolchain with WCHAR support"
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
||||
config BR2_PACKAGE_PYTHON_DEV
|
||||
depends on BR2_PACKAGE_PYTHON
|
||||
bool "development files on target"
|
||||
|
||||
Reference in New Issue
Block a user