]> Git Repo - buildroot-mgba.git/blob - package/check/Config.in
package/check: disable static build
[buildroot-mgba.git] / package / check / Config.in
1 config BR2_PACKAGE_CHECK
2         bool "check"
3         depends on !BR2_STATIC_LIBS
4         help
5           Check is a unit testing framework for C.
6
7           https://libcheck.github.io/check/
8
9 comment "check needs a toolchain w/ dynamic library"
10         depends on BR2_STATIC_LIBS
This page took 0.033816 seconds and 4 git commands to generate.