mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 11:17:58 +02:00
fix: added lua exe to artifact list
This commit is contained in:
parent
8003d9a98d
commit
2d7d3b6e1b
1 changed files with 1 additions and 3 deletions
|
|
@ -148,9 +148,7 @@ pub fn build(b: *Build) !void {
|
|||
b.installArtifact(lib);
|
||||
}
|
||||
|
||||
const install_bin = b.addInstallBinFile(exe.getEmittedBin(), "lua");
|
||||
b.getInstallStep().dependOn(&install_bin.step);
|
||||
|
||||
b.installArtifact(exe);
|
||||
exec.linkLibrary(lib);
|
||||
b.installArtifact(exec);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue