diff options
| author | ruki <[email protected]> | 2017-04-01 19:25:41 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-01 19:25:41 +0800 |
| commit | 192de2d5897e8bee0eefecabac637443125ce2a5 (patch) | |
| tree | d8b21f858a96476e7c814b11e6af0c89606866f2 /xmake/languages/objc++/xmake.lua | |
| parent | e215d77087a81a619a241e24077b5066929a2aa2 (diff) | |
add rpathdirs api
Diffstat (limited to 'xmake/languages/objc++/xmake.lua')
| -rw-r--r-- | xmake/languages/objc++/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua index 908ef206d..f1103fe63 100644 --- a/xmake/languages/objc++/xmake.lua +++ b/xmake/languages/objc++/xmake.lua @@ -82,12 +82,15 @@ language("objc++") { "config.linkdirs" , "target.linkdirs" + , "target.rpathdirs" , "target.strip" , "target.symbols" , "option.strip" , "option.symbols" , "option.linkdirs" + , "option.rpathdirs" , "platform.linkdirs" + , "platform.rpathdirs" , "config.links" , "config.frameworks" , "target.links" |
