diff options
| author | ruki <[email protected]> | 2016-05-24 10:00:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-05-24 10:01:38 +0800 |
| commit | e932acd1440734e5977bd23176c9ac7a133f6b53 (patch) | |
| tree | d63b0895855f6f7136603fc4feea1bdbc813feaa /xmake/platforms/linux/xmake.lua | |
| parent | ea7f18004ecb4f73d4bcb637b3f86e97f9f0c69b (diff) | |
remove make
Diffstat (limited to 'xmake/platforms/linux/xmake.lua')
| -rwxr-xr-x | xmake/platforms/linux/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/platforms/linux/xmake.lua b/xmake/platforms/linux/xmake.lua index 408c07b8d..6d4bbc1b9 100755 --- a/xmake/platforms/linux/xmake.lua +++ b/xmake/platforms/linux/xmake.lua @@ -49,7 +49,6 @@ platform("linux") -- init the toolchains _g.tools = {} - _g.tools.make = config.get("make") _g.tools.ccache = config.get("__ccache") _g.tools.cc = config.get("cc") _g.tools.cxx = config.get("cxx") |
