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 {
|
} else {
|
||||||
// TODO: implement for POSIX
|
// TODO: implement for POSIX
|
||||||
if (normalized.isFile)
|
if (normalized.isFile)
|
||||||
normalized = normalized.basePath;
|
normalized = normalized.baseName;
|
||||||
string exe = "xdg-open";
|
string exe = "xdg-open";
|
||||||
string[] args;
|
string[] args;
|
||||||
args ~= exe;
|
args ~= exe;
|
||||||
|
|
Loading…
Reference in New Issue