diff options
| author | ruki <[email protected]> | 2020-05-26 22:36:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-05-26 09:41:58 +0800 |
| commit | 11c655cdde82b1c82c25ea29227e90cea658ba35 (patch) | |
| tree | 60dae7766ac0c43c891c3c77873e1a60db90266c /xmake/languages/rust/xmake.lua | |
| parent | 5c8d2277d8a3500a2078cf488c49c3c167349717 (diff) | |
add target:toolconfig
Diffstat (limited to 'xmake/languages/rust/xmake.lua')
| -rw-r--r-- | xmake/languages/rust/xmake.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmake/languages/rust/xmake.lua b/xmake/languages/rust/xmake.lua index 044ed0111..8a3b73b91 100644 --- a/xmake/languages/rust/xmake.lua +++ b/xmake/languages/rust/xmake.lua @@ -67,8 +67,8 @@ language("rust") , "target.symbols" , "option.linkdirs" , "option.rpathdirs" - , "platform.linkdirs" - , "platform.rpathdirs" + , "toolchain.linkdirs" + , "toolchain.rpathdirs" } , shared = { @@ -77,7 +77,7 @@ language("rust") , "target.strip" , "target.symbols" , "option.linkdirs" - , "platform.linkdirs" + , "toolchain.linkdirs" } , static = { |
