mirror of https://gitlab.com/basile.b/dexed.git
fix, cesetup win32 build
This commit is contained in:
parent
7e45031965
commit
d5aadac0c8
|
@ -38,7 +38,7 @@ auto dcdlic = Resource(cast(ubyte[]) import("dcd.license.txt"), "dcd.license.tx
|
|||
|
||||
|
||||
static string exePath, appDataPath;
|
||||
version(win32){} else static bool asSu;
|
||||
static bool asSu;
|
||||
|
||||
static this()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue