diff options
Diffstat (limited to 'python/mozboot/mozboot/fix_stacks.py')
-rw-r--r-- | python/mozboot/mozboot/fix_stacks.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/mozboot/mozboot/fix_stacks.py b/python/mozboot/mozboot/fix_stacks.py new file mode 100644 index 0000000000..924af3fae3 --- /dev/null +++ b/python/mozboot/mozboot/fix_stacks.py @@ -0,0 +1,9 @@ +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. + +from __future__ import absolute_import, print_function, unicode_literals + +LINUX_FIX_STACKS = "linux64-fix-stacks" +MACOS_FIX_STACKS = "macosx64-fix-stacks" +WINDOWS_FIX_STACKS = "win32-fix-stacks" |