mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-09 06:10:17 +03:00
python-ujson needs C++ since bump to version 4.1.0 in commita47f332a20andeb7d894f22: powerpc-buildroot-linux-gnu-gcc.br_real: error: ./deps/double-conversion/double-conversion/bignum-dtoa.cc: C++ compiler not installed on this system Fixes: - http://autobuild.buildroot.org/results/b11600bdba42be9b211163e92afa3173276c3f8f Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
config BR2_PACKAGE_PYTHON_UJSON
|
|
bool "python-ujson"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
UltraJSON is an ultra fast JSON encoder and decoder written
|
|
in pure C with bindings for Python 3.
|
|
|
|
https://pypi.python.org/pypi/ujson
|
|
|
|
comment "python-ujson needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|