Skip to content

Commit

Permalink
Define HAVE_CET_H for zig cc
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Jul 21, 2023
1 parent 890905f commit 004c8be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ pub fn build(b: *std.build.Builder) !void {
lib.defineCMacro("DEV_MODE", "1");
lib.defineCMacro("HAVE_ATOMIC_OPS", "1");
lib.defineCMacro("HAVE_C11_MEMORY_FENCES", "1");
lib.defineCMacro("HAVE_CET_H", "1");
lib.defineCMacro("HAVE_GCC_MEMORY_FENCES", "1");
lib.defineCMacro("HAVE_INLINE_ASM", "1");
lib.defineCMacro("HAVE_INTTYPES_H", "1");
Expand Down

0 comments on commit 004c8be

Please sign in to comment.