aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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"}