Commit 8ac88c88 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Shoot in the dark - try to fight build environment based on cygwin, where

presumably neither TMP nor TEMP environment variable are set.
parent 35352d4d
...@@ -57,6 +57,7 @@ SET(BOOTSTRAP_COMMAND ...@@ -57,6 +57,7 @@ SET(BOOTSTRAP_COMMAND
--language=${CMAKE_CURRENT_BINARY_DIR}/share/english --language=${CMAKE_CURRENT_BINARY_DIR}/share/english
--basedir=. --basedir=.
--datadir=. --datadir=.
--tmpdir=${CMAKE_CURRENT_BINARY_DIR}
--default-storage-engine=MyISAM --default-storage-engine=MyISAM
--loose-skip-innodb --loose-skip-innodb
--loose-skip-pbxt --loose-skip-pbxt
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment