mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user