From 493a058dea0119e3eff0fe61f796885a7496df7c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 8 Jul 2014 18:02:30 +0300 Subject: Set VALID_ARCHS equal to ARCHS Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e --- ios/lo.xcconfig.in | 1 + 1 file changed, 1 insertion(+) (limited to 'ios') diff --git a/ios/lo.xcconfig.in b/ios/lo.xcconfig.in index 60e228e0c23b..21fdc15c66db 100644 --- a/ios/lo.xcconfig.in +++ b/ios/lo.xcconfig.in @@ -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@ -- cgit