diff options
| author | ruki <[email protected]> | 2015-09-30 15:46:13 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-09-30 15:46:24 +0800 |
| commit | 34b6123628ccce51f23207cea7c9c5f025f0a3c1 (patch) | |
| tree | 37de731493a9af8e30400c9e1946a5d347c1a807 /xmake/scripts/module/utils.lua | |
| parent | 1f35bb4b02d5cdf16f9a858f8df3d10fcbca94a3 (diff) | |
fix set_installscript api and add import
Diffstat (limited to 'xmake/scripts/module/utils.lua')
| -rw-r--r-- | xmake/scripts/module/utils.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xmake/scripts/module/utils.lua b/xmake/scripts/module/utils.lua new file mode 100644 index 000000000..ab4d2c96f --- /dev/null +++ b/xmake/scripts/module/utils.lua @@ -0,0 +1,24 @@ +--!The Automatic Cross-platform Build Tool +-- +-- XMake is free software; you can redistribute it and/or modify +-- it under the terms of the GNU Lesser General Public License as published by +-- the Free Software Foundation; either version 2.1 of the License, or +-- (at your option) any later version. +-- +-- XMake is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU Lesser General Public License for more details. +-- +-- You should have received a copy of the GNU Lesser General Public License +-- along with XMake; +-- If not, see <a href="http://www.gnu.org/licenses/"> http://www.gnu.org/licenses/</a> +-- +-- Copyright (C) 2009 - 2015, ruki All rights reserved. +-- +-- @author ruki +-- @file utils.lua +-- + +-- return module: utils +return require("base/utils") |
