diff options
| author | daurnimator <quae@daurnimator.com> | 2019-05-28 23:22:56 +1000 |
|---|---|---|
| committer | daurnimator <quae@daurnimator.com> | 2019-05-28 23:22:56 +1000 |
| commit | fd24556a046391c81e6a197c8563f149302b8933 (patch) | |
| tree | f1f5a772d7c02c8a5ff58c4d2646b6787c18989b | |
| parent | cae940b7e3a89ff1cabc5752c30a138e9e52729b (diff) | |
| parent | 6ffa8cbe2bcdea2c1ee0f4b32291d179210707b6 (diff) | |
| download | luarocks-fd24556a046391c81e6a197c8563f149302b8933.tar.gz luarocks-fd24556a046391c81e6a197c8563f149302b8933.tar.bz2 luarocks-fd24556a046391c81e6a197c8563f149302b8933.zip | |
Merge PR #1019
| -rw-r--r-- | src/luarocks/build/builtin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/build/builtin.lua b/src/luarocks/build/builtin.lua index 9d8564b2..fb4431cd 100644 --- a/src/luarocks/build/builtin.lua +++ b/src/luarocks/build/builtin.lua | |||
| @@ -243,7 +243,7 @@ function builtin.run(rockspec) | |||
| 243 | local extras = { unpack(objects) } | 243 | local extras = { unpack(objects) } |
| 244 | add_flags(extras, "-L%s", libdirs) | 244 | add_flags(extras, "-L%s", libdirs) |
| 245 | if cfg.gcc_rpath then | 245 | if cfg.gcc_rpath then |
| 246 | add_flags(extras, "-Wl,-rpath,%s:", libdirs) | 246 | add_flags(extras, "-Wl,-rpath,%s", libdirs) |
| 247 | end | 247 | end |
| 248 | add_flags(extras, "-l%s", libraries) | 248 | add_flags(extras, "-l%s", libraries) |
| 249 | if cfg.link_lua_explicitly then | 249 | if cfg.link_lua_explicitly then |
