From 83f579f95bd8bff5b43302045313cdcd1a317b76 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 15 Sep 2017 00:03:05 +0800 Subject: fix package option bug --- xmake/actions/require/install.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake/actions/require/install.lua b/xmake/actions/require/install.lua index 38dabb8ec..fdf38f7c1 100644 --- a/xmake/actions/require/install.lua +++ b/xmake/actions/require/install.lua @@ -36,7 +36,7 @@ function _attach_to_option(instance, opt) -- disable this option if this package is optional and missing if _g.optional_missing[instance:fullname()] then - opt:enable(false, {force = true}) + opt:enable(false) else -- add this package info to option -- cgit v1.3.1