virtualbox: require x86 platform

Fixes #2326
This commit is contained in:
Christian Prochaska 2017-03-08 09:03:42 +01:00 committed by Christian Helmuth
parent a1f195f7c0
commit 2ac845281d
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
REQUIRES += x86
VBOX_MACH := $(filter $(SPECS), x86_32 x86_64)
VBOX_MACH_CC_OPT_x86_32 = -DRT_ARCH_X86 -D__X86__

View File

@ -1,3 +1,5 @@
REQUIRES += x86
VBOX_MACH := $(filter $(SPECS), x86_32 x86_64)
VBOX_MACH_CC_OPT_x86_32 = -DRT_ARCH_X86 -D__X86__