michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: # i386/x86-64 Universal Build mozconfig michael@0: michael@0: # As used here, arguments in $MOZ_BUILD_PROJECTS are suitable as arguments michael@0: # to gcc's -arch parameter. michael@0: mk_add_options MOZ_BUILD_PROJECTS="i386 x86_64" michael@0: michael@0: . $topsrcdir/build/macosx/universal/mozconfig.common