diff options
| author | ruki <[email protected]> | 2017-04-01 20:06:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-01 20:06:52 +0800 |
| commit | 423c16ccf6a67a92ffd943fb6e5d06d66a04543d (patch) | |
| tree | 9ba8c00bd2ca15e690b915d0e0b3b0afc265c029 /xmake/tools/gcc.lua | |
| parent | 01231296e809f900a7af34d00564aece602d1a7b (diff) | |
fix rpath bug on linux
Diffstat (limited to 'xmake/tools/gcc.lua')
| -rw-r--r-- | xmake/tools/gcc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/tools/gcc.lua b/xmake/tools/gcc.lua index 52f5ae599..06156ffff 100644 --- a/xmake/tools/gcc.lua +++ b/xmake/tools/gcc.lua @@ -258,7 +258,7 @@ function nf_rpathdir(dir) -- ok? if _g._RPATH then - return flags + return flag end end |
