Unix is not the same as linux
This commit is contained in:
parent
58ca4c3736
commit
2cfb3108ea
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ fn launch_hydrus(config: &Config) {
|
|||
let mut hydrus = Command::new(&config.hydrus_exec_location);
|
||||
let hydrus = hydrus.args(["-d", &config.hydrus_db_location]);
|
||||
|
||||
if cfg!(unix) {
|
||||
if cfg!(linux) {
|
||||
hydrus
|
||||
.env("QT_QPA_PLATFORM", "xcb")
|
||||
.status()
|
||||
|
|
Reference in a new issue