summaryrefslogtreecommitdiff
path: root/utils/common/deploy-rbutil.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/common/deploy-rbutil.py')
-rwxr-xr-xutils/common/deploy-rbutil.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index 103bd08631..3273a295e8 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -53,7 +53,8 @@ deploy.progexe = {
53 "linux2" : "RockboxUtility" 53 "linux2" : "RockboxUtility"
54} 54}
55deploy.regreplace = { 55deploy.regreplace = {
56 "rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"] 56 "rbutil/rbutilqt/version.h" : ["SVN \$.*\$", "SVN r%REVISION%"],
57 "rbutil/rbutilqt/Info.plist" : ["SVN \$.*\$", "SVN r%REVISION%"]
57} 58}
58# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are 59# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
59# compatible with 10.4 requires using gcc-4.0. 60# compatible with 10.4 requires using gcc-4.0.