mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
Shoot in the dark - try to fight build environment based on cygwin, where
presumably neither TMP nor TEMP environment variable are set.
This commit is contained in:
parent
35352d4da6
commit
8ac88c88f0
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ SET(BOOTSTRAP_COMMAND
|
|||
--language=${CMAKE_CURRENT_BINARY_DIR}/share/english
|
||||
--basedir=.
|
||||
--datadir=.
|
||||
--tmpdir=${CMAKE_CURRENT_BINARY_DIR}
|
||||
--default-storage-engine=MyISAM
|
||||
--loose-skip-innodb
|
||||
--loose-skip-pbxt
|
||||
|
|
Loading…
Reference in a new issue