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:
parent
e3d10e4cdd
commit
4ea91ae183
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue