Skip to content

Commit 2cc6517

Browse files
Sunrisepeakclaude
andcommitted
fix: llmapi install only llmapi target (skip examples/tests)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6bad86e commit 2cc6517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/l/llmapi/xmake.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ package("llmapi")
2222

2323
on_install(function (package)
2424
local configs = {}
25-
import("package.tools.xmake").install(package, configs)
25+
import("package.tools.xmake").install(package, configs, {target = "llmapi"})
2626
end)

0 commit comments

Comments
 (0)