Skip to content

Commit 7fc36e6

Browse files
committed
set the default socket addr for C/C
1 parent 992606f commit 7fc36e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/mariadb_connector_c.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ ELSE()
4848
ENDIF()
4949

5050
SET(PLUGIN_INSTALL_DIR ${INSTALL_PLUGINDIR})
51+
SET(MARIADB_UNIX_ADDR ${MYSQL_UNIX_ADDR})
5152

5253
MESSAGE("== Configuring MariaDB Connector/C")
5354
ADD_SUBDIRECTORY(libmariadb)

0 commit comments

Comments
 (0)