Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
fubark committed Feb 12, 2024
1 parent 8d31034 commit aebe4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ pub fn buildAndLinkDeps(step: *std.build.Step.Compile, opts: Options) !void {
if (vmEngine == .c) {
const lib = try buildCVM(b, opts);
if (opts.target.getCpuArch().isWasm()) {
step.stack_protector = false;
lib.stack_protector = false;
}
step.linkLibrary(lib);
}
Expand Down

0 comments on commit aebe4e1

Please sign in to comment.