mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
fix embedded
This commit is contained in:
parent
db26ab8a3f
commit
8199838a49
1 changed files with 0 additions and 1 deletions
|
@ -152,7 +152,6 @@ ENDIF()
|
|||
SET(EMBEDDED_API)
|
||||
|
||||
FOREACH(f ${CLIENT_API_FUNCTIONS})
|
||||
#IF(NOT(f MATCHES "plugin") AND NOT (f MATCHES "_start$") AND NOT (f MATCHES "_cont$"))
|
||||
IF(NOT(f MATCHES "plugin|_start$|_cont$"))
|
||||
SET(EMBEDDED_API ${EMBEDDED_API} ${f})
|
||||
ENDIF()
|
||||
|
|
Loading…
Reference in a new issue