This commit is contained in:
ruki
2025-08-21 22:53:10 +08:00
Unverified
parent 560edc7740
commit 86fa3a0aa8
+1 -1
View File
@@ -71075,7 +71075,7 @@ async function unixInstall(version) {
core.addPath(path.join(toolDir, 'share', 'xmake')); // only for <= 2.3.1 core.addPath(path.join(toolDir, 'share', 'xmake')); // only for <= 2.3.1
} }
// xmake l utils.binary.deplibs /Users/ruki/.local/bin/xmake // xmake l utils.binary.deplibs /Users/ruki/.local/bin/xmake
await (0, exec_1.exec)(`xmake --root l utils.binary.deplibs ${path.join(toolDir, 'bin', 'xmake')}`); await (0, exec_1.exec)(`xmake l --root utils.binary.deplibs ${path.join(toolDir, 'bin', 'xmake')}`);
} }