Repair broken testing under macOS

This happens to work if you are testing in the work directory,
but it was broken under Jenkins
This commit is contained in:
Christophe de Dinechin 2019-03-16 19:44:54 +01:00
parent e3d10e4cdd
commit 4ea91ae183
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ OS_NAME_BUILDENV_macosx-clang=macosx
include $(MIQ)config.gnu.mk
DLL_EXT= .dylib
TEST_ENV= DYLD_LIBRARY_PATH=$(OUTPUT)
# For macOS, the convention is to put the version number before extension,
# e.g. where Linux would have libfoo.so.1.3.2, macOS has libfoo.1.3.2.dylib