Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
c32d59fa
Commit
c32d59fa
authored
Feb 18, 2025
by
YdrMaster
Browse files
issue/55: 按 pr change request 改正 xmake 摩尔线程配置的错误
Signed-off-by:
YdrMaster
<
ydrml@hotmail.com
>
parent
1a180f5a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
xmake.lua
xmake.lua
+1
-1
No files found.
xmake.lua
View file @
c32d59fa
...
...
@@ -84,7 +84,7 @@ option("moore-gpu")
set_description
(
"Whether to complie implementations for Moore Threads GPU"
)
option_end
()
if
has_config
(
"m
threads
-gpu"
)
then
if
has_config
(
"m
oore
-gpu"
)
then
add_defines
(
"ENABLE_MUSA_API"
)
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment