summaryrefslogtreecommitdiff
path: root/xmake/modules/lib
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-22 22:07:05 +0800
committerruki <[email protected]>2020-08-22 22:07:05 +0800
commit55eb2fa3baaa571a616250ee8a89e98b4d82d49c (patch)
tree0aafe931e1ce598327895bc797f5c09149932676 /xmake/modules/lib
parent0d7d4659b1120e98b9a42ad9abbe440cfe026efc (diff)
fix has_features
Diffstat (limited to 'xmake/modules/lib')
-rw-r--r--xmake/modules/lib/detect/has_features.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/modules/lib/detect/has_features.lua b/xmake/modules/lib/detect/has_features.lua
index 12553ea71..e55f2e21f 100644
--- a/xmake/modules/lib/detect/has_features.lua
+++ b/xmake/modules/lib/detect/has_features.lua
@@ -52,7 +52,5 @@ function main(name, features, opt)
table.insert(results, feature)
end
end
-
- -- ok?
return results
end