mirror of
https://github.com/allyourcodebase/lua.git
synced 2026-05-01 11:17:58 +02:00
fix: luac was never installed
This commit is contained in:
parent
816b686c19
commit
5222231d0e
1 changed files with 2 additions and 0 deletions
|
|
@ -150,7 +150,9 @@ pub fn build(b: *Build) !void {
|
||||||
|
|
||||||
const install_bin = b.addInstallBinFile(exe.getEmittedBin(), "lua");
|
const install_bin = b.addInstallBinFile(exe.getEmittedBin(), "lua");
|
||||||
b.getInstallStep().dependOn(&install_bin.step);
|
b.getInstallStep().dependOn(&install_bin.step);
|
||||||
|
|
||||||
exec.linkLibrary(lib);
|
exec.linkLibrary(lib);
|
||||||
|
b.installArtifact(exec);
|
||||||
|
|
||||||
b.installDirectory(.{
|
b.installDirectory(.{
|
||||||
.source_dir = lua_src.path("doc"),
|
.source_dir = lua_src.path("doc"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue