summaryrefslogtreecommitdiff
path: root/xmake/core/project/project.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-10-08 00:04:45 +0800
committerruki <[email protected]>2022-10-08 00:04:45 +0800
commit2ac4dddd95828211c20099833353d722f7ff531e (patch)
tree75786e6abaeced90b43fb8a2ff193a4fc4f3aef4 /xmake/core/project/project.lua
parent3af745fe82cc5ff1627a395b184908ee6d1f6907 (diff)
add raw package name
Diffstat (limited to 'xmake/core/project/project.lua')
-rw-r--r--xmake/core/project/project.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/project/project.lua b/xmake/core/project/project.lua
index bb1540106..8e53dbc4e 100644
--- a/xmake/core/project/project.lua
+++ b/xmake/core/project/project.lua
@@ -485,7 +485,7 @@ function project._load_requires()
for _, requirestr in ipairs(table.wrap(requires_str)) do
-- get the package name
- local packagename = requirestr:split('%s')[1]
+ local packagename = requirestr:split("%s")[1]
-- get alias
local alias = nil