aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2012-12-20 15:05:23 -0200
committerHisham Muhammad <hisham@gobolinux.org>2012-12-20 15:05:23 -0200
commit73ddf616ba5b9e14979a4ab8f16702d2d502098c (patch)
treeb152f6e526d38c2b484c2844026a3bcc2ec75820 /src
parent2b17bfc45c6e82dd42e23c79dc1cef9513f5c0cf (diff)
downloadluarocks-73ddf616ba5b9e14979a4ab8f16702d2d502098c.tar.gz
luarocks-73ddf616ba5b9e14979a4ab8f16702d2d502098c.tar.bz2
luarocks-73ddf616ba5b9e14979a4ab8f16702d2d502098c.zip
MacOSX uses 'make', not 'gmake' as the other BSDs.
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/cfg.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index a55e7e40..e16079f4 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -350,6 +350,7 @@ if detected.bsd then
350end 350end
351 351
352if detected.macosx then 352if detected.macosx then
353 defaults.variables.MAKE = "make"
353 defaults.external_lib_extension = "dylib" 354 defaults.external_lib_extension = "dylib"
354 defaults.arch = "macosx-"..proc 355 defaults.arch = "macosx-"..proc
355 defaults.platforms = {"unix", "bsd", "macosx"} 356 defaults.platforms = {"unix", "bsd", "macosx"}