diff options
Diffstat (limited to 'utils/common/deploy-themeeditor.py')
| -rwxr-xr-x | utils/common/deploy-themeeditor.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/common/deploy-themeeditor.py b/utils/common/deploy-themeeditor.py index 4569052..8b66e5a 100755 --- a/utils/common/deploy-themeeditor.py +++ b/utils/common/deploy-themeeditor.py @@ -35,6 +35,7 @@ deploy.progexe = { "darwin" : "rbthemeeditor.app", "linux2" : "rbthemeeditor" } +deploy.regreplace = {} # OS X 10.6 defaults to gcc 4.2. Building universal binaries that are # compatible with 10.4 requires using gcc-4.0. deploy.qmakespec = { |