diff options
| author | ruki <[email protected]> | 2017-06-28 11:04:30 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-28 11:04:30 +0800 |
| commit | ccfd6ad42253e6c31d5cc3d4e4d685798f57e2a2 (patch) | |
| tree | 074522cc71616b4258ca40e350667b3a087c6371 | |
| parent | 4e369e0bb21a6ea44b299e3ab9d08835af3ea152 (diff) | |
fix call sandbox:instace
| -rw-r--r-- | xmake/core/sandbox/modules/import/core/project/project.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/sandbox/modules/import/core/project/project.lua b/xmake/core/sandbox/modules/import/core/project/project.lua index 8225fcadd..164d79fe0 100644 --- a/xmake/core/sandbox/modules/import/core/project/project.lua +++ b/xmake/core/sandbox/modules/import/core/project/project.lua @@ -59,7 +59,7 @@ function sandbox_core_project.check(force) end -- get sandbox instance - local instance = sandbox:instance() + local instance = sandbox.instance() assert(instance) -- enter toolchains environment |
