nodejs / postject

Easily inject arbitrary read-only resources into executable formats (Mach-O, PE, ELF) and use it at runtime.
Other
187 stars 14 forks source link

fix: compilation error on macOS >= 13 #69

Closed RaisinTen closed 1 year ago

RaisinTen commented 1 year ago

Fixes: https://github.com/nodejs/postject/issues/68 Signed-off-by: Darshan Sen raisinten@gmail.com

RaisinTen commented 1 year ago

I have tested this change in https://github.com/nodejs/node/pull/45038 and it compiles on all platforms, merging.