diff options
| author | ruki <[email protected]> | 2015-12-04 11:49:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2015-12-04 11:49:37 +0800 |
| commit | 6ece8be70e5141a69720f28e4f18b20664142ae3 (patch) | |
| tree | 9ae6301f68ecec013c6023a2b6d74bd702685f7a /xmake/scripts/platform/linux | |
| parent | 7624723775b58c1811287465e6d7c27cede81b31 (diff) | |
support add_files *.a using ar
Diffstat (limited to 'xmake/scripts/platform/linux')
| -rw-r--r-- | xmake/scripts/platform/linux/linux.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/scripts/platform/linux/linux.lua b/xmake/scripts/platform/linux/linux.lua index 62ff0d04c..dc8c9cb27 100644 --- a/xmake/scripts/platform/linux/linux.lua +++ b/xmake/scripts/platform/linux/linux.lua @@ -55,6 +55,7 @@ function linux.make(configs) configs.tools.ld = config.get("ld") configs.tools.ar = config.get("ar") configs.tools.sh = config.get("sh") + configs.tools.ex = config.get("ar") -- init flags for architecture local archflags = nil |
