mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-09 09:32:20 +00:00
build/darwin_bni: Add a consistency check.
llvm-svn: 144738
This commit is contained in:
parent
2b20cb87f5
commit
6328e7b1b3
@ -6,6 +6,9 @@ Configs := Debug Release Profile Static
|
||||
# We override this with RC_ARCHS because B&I may want to build on an ARCH we
|
||||
# haven't explicitly defined support for. If all goes well, this will just work
|
||||
# and the resulting lib will just have generic versions for anything unknown.
|
||||
ifndef RC_ARCHS
|
||||
$(error "unexpected build of 'darwin_bni' platform without RC_ARCHS set")
|
||||
endif
|
||||
UniversalArchs := $(RC_ARCHS)
|
||||
|
||||
ifneq (,$(SDKROOT))
|
||||
|
Loading…
Reference in New Issue
Block a user