diff options
| author | ruki <[email protected]> | 2019-05-24 22:32:53 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-05-24 09:17:19 +0800 |
| commit | db1994fef8d6425e710bb9a99694ff80eead41aa (patch) | |
| tree | cf83a262b03b90f61cd2225f769f022416561742 /xmake/core/sandbox/modules | |
| parent | 06412d25342674387849e59d5c48b2b8aeb216b3 (diff) | |
improve to load builtin modules for sandbox and interpreter
Diffstat (limited to 'xmake/core/sandbox/modules')
| -rw-r--r-- | xmake/core/sandbox/modules/_g.lua | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/xmake/core/sandbox/modules/_g.lua b/xmake/core/sandbox/modules/_g.lua deleted file mode 100644 index 8c059666b..000000000 --- a/xmake/core/sandbox/modules/_g.lua +++ /dev/null @@ -1,23 +0,0 @@ ---!A cross-platform build utility based on Lua --- --- Licensed under the Apache License, Version 2.0 (the "License"); --- you may not use this file except in compliance with the License. --- You may obtain a copy of the License at --- --- http://www.apache.org/licenses/LICENSE-2.0 --- --- Unless required by applicable law or agreed to in writing, software --- distributed under the License is distributed on an "AS IS" BASIS, --- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. --- See the License for the specific language governing permissions and --- limitations under the License. --- --- Copyright (C) 2015 - 2019, TBOOX Open Source Group. --- --- @author ruki --- @file _g.lua --- - --- return new instance -return {} - |
