mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
6 lines
98 B
PHP
6 lines
98 B
PHP
|
if (`select convert(@@version_compile_os using latin1) LIKE 'Linux' = 0`)
|
||
|
{
|
||
|
skip Need Linux;
|
||
|
}
|
||
|
|