Fixes build error on MacOS

This patch fixes build error caused due to HOST_HOOKS_INITIALIZER

Change-Id: I2094a5258e0100bd027b6780a214e3869f56368e
Reviewed-on: https://review.haiku-os.org/c/buildtools/+/5114
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
This commit is contained in:
Mashijams 2022-03-19 15:52:12 +05:30 committed by Adrien Destugues
parent 016003468a
commit faaf2fe1c8

View File

@ -80,4 +80,6 @@ darwin_gt_pch_use_address (void *addr, size_t sz, int fd, size_t off)
return ret;
}
#if defined(__aarch64__)
const struct host_hooks host_hooks = HOST_HOOKS_INITIALIZER;
#endif