Commit c32d59fa authored by YdrMaster's avatar YdrMaster
Browse files

issue/55: 按 pr change request 改正 xmake 摩尔线程配置的错误


Signed-off-by: default avatarYdrMaster <ydrml@hotmail.com>
parent 1a180f5a
......@@ -84,7 +84,7 @@ option("moore-gpu")
set_description("Whether to complie implementations for Moore Threads GPU")
option_end()
if has_config("mthreads-gpu") then
if has_config("moore-gpu") then
add_defines("ENABLE_MUSA_API")
end
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment