summaryrefslogtreecommitdiff
path: root/xmake/core/project
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-25 00:59:27 +0800
committerruki <[email protected]>2019-01-24 23:56:46 +0800
commite7627900b6acfeaefd69e65927178ee16ca0374e (patch)
tree824bc219d363ac4044972f2b504137d0b1280e61 /xmake/core/project
parentfc20a39a1a046630864ff21d8156dc1e1ca99fb3 (diff)
generate conanfile.txt
Diffstat (limited to 'xmake/core/project')
-rw-r--r--xmake/core/project/config.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/core/project/config.lua b/xmake/core/project/config.lua
index 538f57a20..789d2f5fd 100644
--- a/xmake/core/project/config.lua
+++ b/xmake/core/project/config.lua
@@ -146,8 +146,6 @@ function config.buildir()
-- adjust path for the current directory
buildir = path.relative(buildir, os.curdir())
end
-
- -- ok?
return buildir
end