| Index: test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
|
| diff --git a/test/prune_targets/lib2.cc b/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
|
| similarity index 76%
|
| copy from test/prune_targets/lib2.cc
|
| copy to test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
|
| index aed394afcff768af538513e67e47170f954a36c3..28bb11778816063c92eea65666a5d75bdfd8a17b 100644
|
| --- a/test/prune_targets/lib2.cc
|
| +++ b/test/ios/app-bundle/TestApp/only-compile-in-32-bits.m
|
| @@ -2,5 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -void libfunc2() {
|
| -}
|
| +#if defined(__LP64__)
|
| +# error 64-bit build
|
| +#endif
|
|
|