diff options
| author | ruki <[email protected]> | 2017-07-04 16:57:24 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-07-04 16:57:24 +0800 |
| commit | 347b05c2c2b249c482f746ae2d7b4d72861e7501 (patch) | |
| tree | 90c86e1b2ffd15591490dc9a5325f06ad325fb1a /xmake/core/project/project.lua | |
| parent | fd8e051b5920bc73354b12d90088591b72e40ee9 (diff) | |
fix symbolfile for vs201x plugin
Diffstat (limited to 'xmake/core/project/project.lua')
| -rw-r--r-- | xmake/core/project/project.lua | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 89728889e..4368a7220 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -364,16 +364,12 @@ end -- get the project file function project.file() - - -- get it - return xmake._PROJECT_FILE + return os.projectfile() end -- get the project directory function project.directory() - - -- get it - return xmake._PROJECT_DIR + return os.projectdir() end -- get the project info from the given name |
