mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
luajit was crashing mez without erroring
This commit is contained in:
parent
9173cab6b9
commit
dafe3a72fe
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ pub fn build(b: *std.Build) void {
|
||||||
const xkbcommon = b.dependency("xkbcommon", .{}).module("xkbcommon");
|
const xkbcommon = b.dependency("xkbcommon", .{}).module("xkbcommon");
|
||||||
const pixman = b.dependency("pixman", .{}).module("pixman");
|
const pixman = b.dependency("pixman", .{}).module("pixman");
|
||||||
const wlroots = b.dependency("wlroots", .{}).module("wlroots");
|
const wlroots = b.dependency("wlroots", .{}).module("wlroots");
|
||||||
const zlua = b.dependency("zlua", .{ .lang = .luajit }).module("zlua");
|
const zlua = b.dependency("zlua", .{ .lang = .lua51 }).module("zlua");
|
||||||
const clap = b.dependency("clap", .{}).module("clap");
|
const clap = b.dependency("clap", .{}).module("clap");
|
||||||
|
|
||||||
wlroots.addImport("wayland", wayland);
|
wlroots.addImport("wayland", wayland);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue