mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: Compilation
--HG-- branch : develop
This commit is contained in:
parent
cb26d897ae
commit
c844a0bdd1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ int main(int argc, char *argv[])
|
|||
if (settings.DestinationDirectoryPath.empty())
|
||||
settings.DestinationDirectoryPath = filePath + "_export";
|
||||
|
||||
settings.DestinationDirectoryPath = NLMISC::standardizePath(settings.DestinationDirectoryPath);
|
||||
settings.DestinationDirectoryPath = NLMISC::CPath::standardizePath(settings.DestinationDirectoryPath);
|
||||
|
||||
if (args.haveLongArg("dependlog"))
|
||||
settings.ToolDependLog = args.getLongArg("dependlog").front();
|
||||
|
|
Loading…
Reference in a new issue