diff options
| author | ruki <[email protected]> | 2015-05-04 22:05:39 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-04 23:42:09 +0800 |
| commit | 00cd7e605400a459822294f3ceff5194cf9b56d5 (patch) | |
| tree | b600091426bc69a535338cc84e702f16d6f7b044 /xmake/scripts/base/option.lua | |
| parent | 781bfd2dc99c8e0ca3063b6a3d6199f2390951f4 (diff) | |
add some path and string interfaces
Diffstat (limited to 'xmake/scripts/base/option.lua')
| -rw-r--r-- | xmake/scripts/base/option.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/scripts/base/option.lua b/xmake/scripts/base/option.lua index 364b59f57..0a6f4dd92 100644 --- a/xmake/scripts/base/option.lua +++ b/xmake/scripts/base/option.lua @@ -21,7 +21,7 @@ -- -- define module: option -local option = {} +local option = option or {} -- load modules local utils = require("base/utils") |
