diff options
| author | ruki <[email protected]> | 2018-09-04 22:36:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-09-04 09:36:46 +0800 |
| commit | 08e1b8a09835cba95ba25f40a5a9b4a2a2a55263 (patch) | |
| tree | 2d9753958389932472d3c00fbc58c010b18c483c /xmake/languages/c++ | |
| parent | 35876060fbf8f1141097b7841c90a5512e85e8a1 (diff) | |
fix rpath for shared library
Diffstat (limited to 'xmake/languages/c++')
| -rw-r--r-- | xmake/languages/c++/xmake.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua index 34ed07fc8..7326cd562 100644 --- a/xmake/languages/c++/xmake.lua +++ b/xmake/languages/c++/xmake.lua @@ -119,13 +119,16 @@ language("c++") , "config.frameworkdirs" , "target.linkdirs" , "target.frameworkdirs" + , "target.rpathdirs" , "target.strip" , "target.symbols" , "option.strip" , "option.symbols" , "option.linkdirs" + , "option.rpathdirs" , "option.frameworkdirs" , "platform.linkdirs" + , "platform.rpathdirs" , "platform.frameworkdirs" , "config.links" , "config.frameworks" |
