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.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index 3273a295e8..31b33da4fb 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -53,8 +53,9 @@ 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 ["(^#define BUILDID).*", "\\1 \"-%BUILDID%\""]],
58 "rbutil/rbutilqt/Info.plist" : [["SVN \$.*\$", "SVN r%REVISION%"]],
58} 59}
59# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are 60# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
60# compatible with 10.4 requires using gcc-4.0. 61# compatible with 10.4 requires using gcc-4.0.