diff --git a/Jamrules b/Jamrules index c17bc38f94..e97e6c5d89 100644 --- a/Jamrules +++ b/Jamrules @@ -97,6 +97,7 @@ switch $(TARGET_CPU) { case x86 : { # nothing special to do here... + DEFINES += __INTEL__ ; OBOS_BOOT_PLATFORM = bios_ia32 ; } case * :