diff options
| author | ruki <[email protected]> | 2015-05-19 13:55:47 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-05-19 13:55:47 +0800 |
| commit | f9214c5e20b64d662af20b83da5889e6675dea95 (patch) | |
| tree | 7683e43755a87f624f2c972dec511d83e5191b26 /xmake/scripts/base/os.lua | |
| parent | 050d1882cf578ca81f92666d42bc005b7c0eb914 (diff) | |
add platform for macosx
Diffstat (limited to 'xmake/scripts/base/os.lua')
| -rw-r--r-- | xmake/scripts/base/os.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/base/os.lua b/xmake/scripts/base/os.lua index 31434f37c..31ff7957f 100644 --- a/xmake/scripts/base/os.lua +++ b/xmake/scripts/base/os.lua @@ -155,6 +155,7 @@ end -- @code -- local dirs, count = os.match("./src/*", true) -- local files, count = os.match("./src/**.c") +-- local file = os.match("./src/test.c") -- @endcode -- function os.match(pattern, findir) |
