summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-03-12 23:47:42 +0800
committerruki <[email protected]>2019-03-12 16:46:16 +0800
commite763b2e433cee08eaa26ea00cd2af82bfd050a04 (patch)
treefcdf47a00dfa0d0645ed87b31ea5dec9fb61388d /xmake/core/project/project.lua
parent66f35570b748dc88b8c1d4f6e15743c5369d1459 (diff)
add has_package
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua1
1 files changed, 0 insertions, 1 deletions
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