Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/premake-4.x-stable.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/base/project.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/base/project.lua b/src/base/project.lua
index 0fc6b04..90fdefc 100644
--- a/src/base/project.lua
+++ b/src/base/project.lua
@@ -352,10 +352,7 @@
elseif not prj and (kind == "system" or kind == "all") then
if (part == "directory") then
- local dir = path.getdirectory(link)
- if (dir ~= ".") then
- item = dir
- end
+ item = path.getdirectory(link)
elseif (part == "fullpath") then
item = link
if namestyle == "windows" then