mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
Fixes build error under MacOS
Fixes the error: use of undeclared identifier 'HOST_HOOKS_INITIALIZER' on Apple with M1 (silicon) chip Fixes #17457 Change-Id: Id3b550c0d875d521539923ab7ecac0006715b7d6 Reviewed-on: https://review.haiku-os.org/c/buildtools/+/6191 Reviewed-by: Adrien Destugues <pulkomandy@pulkomandy.tk>
This commit is contained in:
parent
9866b1a47a
commit
d11a12c7ae
@ -22,6 +22,8 @@
|
|||||||
#include "coretypes.h"
|
#include "coretypes.h"
|
||||||
#include "diagnostic-core.h"
|
#include "diagnostic-core.h"
|
||||||
#include "config/host-darwin.h"
|
#include "config/host-darwin.h"
|
||||||
|
#include "hosthooks.h"
|
||||||
|
#include "hosthooks-def.h"
|
||||||
|
|
||||||
/* Yes, this is really supposed to work. */
|
/* Yes, this is really supposed to work. */
|
||||||
/* This allows for a pagesize of 16384, which we have on Darwin20, but should
|
/* This allows for a pagesize of 16384, which we have on Darwin20, but should
|
||||||
|
Loading…
Reference in New Issue
Block a user