From 74cccdeed0c431037a432b185204184aec46dba8 Mon Sep 17 00:00:00 2001 From: Jupeyy Date: Wed, 13 Sep 2017 17:42:09 +0200 Subject: [PATCH] output use_maxosxframework --- other/glew.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/other/glew.lua b/other/glew.lua index 4f4d280e6..009fbbde4 100644 --- a/other/glew.lua +++ b/other/glew.lua @@ -45,6 +45,7 @@ Glew = { local save = function(option, output) output:option(option, "value") output:option(option, "use_winlib") + output:option(option, "use_macosxframwork") end local display = function(option)