diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/luarocks/cfg.lua | 1 |
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 | |||
350 | end | 350 | end |
351 | 351 | ||
352 | if detected.macosx then | 352 | if 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"} |