From e763b2e433cee08eaa26ea00cd2af82bfd050a04 Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 12 Mar 2019 23:47:42 +0800 Subject: add has_package --- xmake/core/project/project.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'xmake/core/project/project.lua') diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua index 1e0403fc3..ec68d3ba1 100644 --- a/xmake/core/project/project.lua +++ b/xmake/core/project/project.lua @@ -783,7 +783,6 @@ end -- get requires info function project.requires() - if not project._REQUIRES then local requires, errors = project._load_requires() if not requires then -- cgit v1.3.1