Skip to content

Commit c32d59f

Browse files
committed
issue/55: 按 pr change request 改正 xmake 摩尔线程配置的错误
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent 1a180f5 commit c32d59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ option("moore-gpu")
8484
set_description("Whether to complie implementations for Moore Threads GPU")
8585
option_end()
8686

87-
if has_config("mthreads-gpu") then
87+
if has_config("moore-gpu") then
8888
add_defines("ENABLE_MUSA_API")
8989
end
9090

0 commit comments

Comments
 (0)