diff options
| author | ruki <[email protected]> | 2016-11-07 22:48:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-11-07 22:48:41 +0800 |
| commit | d59184e0fdb61ba2ac326da945e2fa41c412384a (patch) | |
| tree | ca2fa5c216f3b0cf6862abd8126ed3ed44ddf41c /xmake/actions | |
| parent | c2f463a161a717fb71ee12281e6715dfcff276e2 (diff) | |
add configure arguments
Diffstat (limited to 'xmake/actions')
| -rwxr-xr-x | xmake/actions/config/xmake.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xmake/actions/config/xmake.lua b/xmake/actions/config/xmake.lua index ee55959c9..8a68d53ea 100755 --- a/xmake/actions/config/xmake.lua +++ b/xmake/actions/config/xmake.lua @@ -147,6 +147,11 @@ task("config") , {nil, "shflags", "kv", nil, "The Shared Library Linker Flags" } , {} + , {nil, "links", "kv", nil, "The Link Libraries" } + , {nil, "linkdirs", "kv", nil, "The Link Search Directories" } + , {nil, "includedirs","kv", nil, "The Include Search Directories" } + + , {} , {nil, "dd", "kv", "auto", "The Debugger" } -- show platform menu options |
