Skip to content

Commit 6c90271

Browse files
committed
Added lib64 to the libpaths.
1 parent b51ffef commit 6c90271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/odb_mysql.mpb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ project: mysql {
1717

1818
macros += DATABASE_MYSQL LIBODB_MYSQL_INCLUDE_SHORT
1919
includes += $(ODB_ROOT)
20-
libpaths += $(ODB_ROOT)/lib
20+
libpaths += $(ODB_ROOT)/lib64 $(ODB_ROOT)/lib
2121

2222
specific(prop:windows) {
2323
macros += WIN32_LEAN_AND_MEAN

0 commit comments

Comments
 (0)