mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 15:29:11 +01:00
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:
parent
016003468a
commit
faaf2fe1c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user