Commit ea536503 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

ruby: needs WCHAR support in toolchain

parent 8703912f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3,7 +3,11 @@ comment "ruby has no inherent support for AVR32"

config BR2_PACKAGE_RUBY
	bool "ruby"
	depends on BR2_USE_WCHAR
	help
	  Object Oriented Scripting Language.

	  http://www.ruby-lang.org/

comment "ruby requires a toolchain with WCHAR support"
	depends on !BR2_USE_WCHAR