mirror of https://github.com/buggins/dlangui.git
fix build error
This commit is contained in:
parent
c5eeec6ea5
commit
b306388fd6
|
@ -1218,7 +1218,7 @@ class SDLPlatform : Platform {
|
|||
} else {
|
||||
// TODO: implement for POSIX
|
||||
if (normalized.isFile)
|
||||
normalized = normalized.basePath;
|
||||
normalized = normalized.baseName;
|
||||
string exe = "xdg-open";
|
||||
string[] args;
|
||||
args ~= exe;
|
||||
|
|
Loading…
Reference in New Issue