diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-07-08 18:02:30 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-07-08 18:20:49 +0300 |
commit | 493a058dea0119e3eff0fe61f796885a7496df7c (patch) | |
tree | 9938272896861f5313c0490699680e5c1f2335c2 /ios | |
parent | a0368175867a53c858133732454c9797ebd29ffc (diff) |
Set VALID_ARCHS equal to ARCHS
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
Diffstat (limited to 'ios')
-rw-r--r-- | ios/lo.xcconfig.in | 1 |
1 files changed, 1 insertions, 0 deletions
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@ |