dev-libs/mbedtls: adjust src_test

This commit is contained in:
hasufell 2016-02-17 11:42:35 +01:00
parent a90be3478d
commit cf029b7a93
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ src_prepare() {
}
src_test() {
LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:${ECMAKE_BUILD_DIR}/library" \
LD_LIBRARY_PATH="${ECMAKE_BUILD_DIR}/library" \
cmake_src_test
}