Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.

This commit is contained in:
John Ralls
2017-08-16 23:16:42 +02:00
parent 4d5a37d292
commit 6a359f86a0
2 changed files with 5 additions and 5 deletions

View File

@@ -30,9 +30,9 @@ extern "C"
extern void test_suite_gnc_backend_dbi ();
#define GNC_LIB_NAME_1 "gncmod-backend-dbi"
#define GNC_LIB_REL_PATH_1 "dbi"
#define GNC_LIB_REL_PATH_1 "gnucash"
#define GNC_LIB_NAME_2 "gncmod-backend-xml"
#define GNC_LIB_REL_PATH_2 "xml"
#define GNC_LIB_REL_PATH_2 "gnucash"
int
main (int argc,