enable disabled archs

This commit is contained in:
Nguyen Anh Quynh 2014-05-26 23:24:11 +08:00
parent c80d840ffc
commit 52a8d2afa2

View File

@ -4,8 +4,7 @@
################################################################################
# Specify which archs you want to compile in. By default, we build all archs.
#CAPSTONE_ARCHS ?= arm aarch64 mips powerpc sparc systemz x86 xcore
CAPSTONE_ARCHS ?= xcore
CAPSTONE_ARCHS ?= arm aarch64 mips powerpc sparc systemz x86 xcore
################################################################################