aboutsummaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-09-30 19:02:09 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-09-30 19:02:09 -0300
commitbacd3da5b1406d327dd4009b7ec3ea1834117534 (patch)
treed0b9d07e742ac4cf60f7debe50fa1cc7c89f26db /src/bin
parente3203adbc3f5daa5f46097d3439edbada01807f3 (diff)
downloadluarocks-bacd3da5b1406d327dd4009b7ec3ea1834117534.tar.gz
luarocks-bacd3da5b1406d327dd4009b7ec3ea1834117534.tar.bz2
luarocks-bacd3da5b1406d327dd4009b7ec3ea1834117534.zip
Use env for setting MACOSX_DEPLOYMENT_TARGET.
See #422.
Diffstat (limited to 'src/bin')
-rwxr-xr-xsrc/bin/luarocks3
-rwxr-xr-xsrc/bin/luarocks-admin3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/bin/luarocks b/src/bin/luarocks
index be6c2b81..8ade7a3d 100755
--- a/src/bin/luarocks
+++ b/src/bin/luarocks
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.1.5/bin/lua
2package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.cfg") 5local cfg = require("luarocks.cfg")
diff --git a/src/bin/luarocks-admin b/src/bin/luarocks-admin
index 2890d1f1..bb1be40a 100755
--- a/src/bin/luarocks-admin
+++ b/src/bin/luarocks-admin
@@ -1,4 +1,5 @@
1#!/usr/bin/env lua 1#!/Programs/Lua/5.1.5/bin/lua
2package.path = [[/Users/hisham/luarocks/prefix-5.1/share/lua/5.1/?.lua;]]..package.path
2 3
3-- this should be loaded first. 4-- this should be loaded first.
4local cfg = require("luarocks.cfg") 5local cfg = require("luarocks.cfg")