Set VALID_ARCHS equal to ARCHS

Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
This commit is contained in:
Tor Lillqvist 2014-07-08 18:02:30 +03:00
parent a036817586
commit 493a058dea

View file

@ -21,6 +21,7 @@ LO_WORKDIR = @WORKDIR@
// variables are prefixed with XCODE_ to make it clear in configure.ac
// what they will be used for.
ARCHS = @XCODE_ARCHS@
VALID_ARCHS = @XCODE_ARCHS@
CLANG_CXX_LIBRARY = @XCODE_CLANG_CXX_LIBRARY@
DEBUG_INFORMATION_FORMAT=@XCODE_DEBUG_INFORMATION_FORMAT@