mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Bug#31929 Windows build fails with >=4 Parallel build threads.
- Add GenError Dependency to storage engines that include mysqld_error.h
This commit is contained in:
parent
839b0cf971
commit
18aba8a82c
14 changed files with 85 additions and 1 deletions
|
|
@ -23,5 +23,6 @@ SET(VIO_SOURCES vio.c viosocket.c viossl.c viosslfactories.c)
|
|||
|
||||
IF(NOT SOURCE_SUBLIBS)
|
||||
ADD_LIBRARY(vio ${VIO_SOURCES})
|
||||
ADD_DEPENDENCIES(vio GenError)
|
||||
ENDIF(NOT SOURCE_SUBLIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue