diff options
| author | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-13 18:18:26 +0000 |
|---|---|---|
| committer | hisham <hisham@9ca3f7c1-7366-0410-b1a3-b5c78f85698c> | 2009-10-13 18:18:26 +0000 |
| commit | 9796a4e66ab99202ec6edf72d8842753b62f883f (patch) | |
| tree | 4d8285759119bdec4f311eb34e80566f7f82d811 /src | |
| parent | 26693a8a60fcc7ed98632f6528710ca53cd27557 (diff) | |
| download | luarocks-9796a4e66ab99202ec6edf72d8842753b62f883f.tar.gz luarocks-9796a4e66ab99202ec6edf72d8842753b62f883f.tar.bz2 luarocks-9796a4e66ab99202ec6edf72d8842753b62f883f.zip | |
fix compilation in Mac OSX
git-svn-id: http://luarocks.org/svn/luarocks/trunk@95 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src')
| -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 b4b83730..0407ee81 100644 --- a/src/luarocks/build/builtin.lua +++ b/src/luarocks/build/builtin.lua | |||
| @@ -90,7 +90,7 @@ function run(rockspec) | |||
| 90 | if is_platform("cygwin") then | 90 | if is_platform("cygwin") then |
| 91 | add_flags(extras, "-l%s", {"lua"}) | 91 | add_flags(extras, "-l%s", {"lua"}) |
| 92 | end | 92 | end |
| 93 | return execute(variables.LD.." "..variables.LIBFLAG, "-o", library, "-L", variables.LUA_LIBDIR, unpack(extras)) | 93 | return execute(variables.LD.." "..variables.LIBFLAG, "-o", library, "-L"..variables.LUA_LIBDIR, unpack(extras)) |
| 94 | end | 94 | end |
| 95 | end | 95 | end |
| 96 | 96 | ||
