update readme yayayay
This commit is contained in:
@@ -20,7 +20,6 @@ fn addEngineSources(b: *std.Build, opts: LibBuildOpts) *std.Build.Module {
|
||||
.sanitize_c = if (strict) .full else null,
|
||||
});
|
||||
|
||||
|
||||
dataMod.addCSourceFiles(.{
|
||||
.files = &[_][]const u8{
|
||||
"src/neonucleus.c",
|
||||
@@ -89,11 +88,7 @@ fn compileTheRightLua(b: *std.Build, target: std.Build.ResolvedTarget, version:
|
||||
// its a static library because COFF is a pile of shit
|
||||
const c = b.addLibrary(.{
|
||||
.name = "lua",
|
||||
.root_module = b.addModule("luamod", .{
|
||||
.link_libc = true,
|
||||
.optimize = .ReleaseFast,
|
||||
.target = target,
|
||||
}),
|
||||
.root_module = b.addModule("luamod", .{ .link_libc = true, .optimize = .ReleaseFast, .target = target, .pic = true }),
|
||||
.linkage = .static,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user