diff options
| author | ruki <[email protected]> | 2018-05-17 22:39:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-17 09:59:57 +0800 |
| commit | 9a143be04c04ab253fc31776ab740f1ccd42e04d (patch) | |
| tree | 0b688c39a9f730f1369cc7b1a38bb2fc0a96327b /xmake/modules/core/tools/link.lua | |
| parent | 8bc36559abbd22939c56d24a861b95c7d8b8b3c9 (diff) | |
support x86 for wdk rule
Diffstat (limited to 'xmake/modules/core/tools/link.lua')
| -rw-r--r-- | xmake/modules/core/tools/link.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/link.lua b/xmake/modules/core/tools/link.lua index 9493c9933..620c2468d 100644 --- a/xmake/modules/core/tools/link.lua +++ b/xmake/modules/core/tools/link.lua @@ -57,7 +57,7 @@ function get(self, name) -- switch architecture, @note does cache it in init() for generating vs201x project values = table.join(values, "-machine:" .. (config.arch() or "x86")) end - return _g[name] + return values end -- make the symbol flag |
