cJSON: Fix tests, thanks @agc

This commit is contained in:
Travis Paul 2019-09-04 12:10:53 +00:00
parent 276468d000
commit ffb6d034ae
No known key found for this signature in database
GPG Key ID: 0CA1F92FA8ED3A64
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ LICENSE= mit
USE_CMAKE= yes
USE_TOOLS+= pkg-config
TEST_TARGET= test
TEST_ENV+= LD_LIBRARY_PATH=${WRKSRC}
PKGCONFIG_OVERRIDE+= library_config/libcjson_utils.pc.in
PKGCONFIG_OVERRIDE+= library_config/libcjson.pc.in

View File

@ -1 +0,0 @@
Figure out why tests fail when run with pkgsrc (they pass when run elsewhere)