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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/common/deploy-rbutil.py b/utils/common/deploy-rbutil.py
index 3a23862b7c..389438e920 100755
--- a/utils/common/deploy-rbutil.py
+++ b/utils/common/deploy-rbutil.py
@@ -56,9 +56,9 @@ deploy.progexe = {
56 "linux2" : "RockboxUtility" 56 "linux2" : "RockboxUtility"
57} 57}
58deploy.regreplace = { 58deploy.regreplace = {
59 "rbutil/rbutilqt/version.h" : [["SVN \$.*\$", "SVN r%REVISION%"], 59 "rbutil/rbutilqt/version.h" : [["\$Rev\$", "%REVISION%"],
60 ["(^#define BUILDID).*", "\\1 \"-%BUILDID%\""]], 60 ["(^#define BUILDID).*", "\\1 \"-%BUILDID%\""]],
61 "rbutil/rbutilqt/Info.plist" : [["SVN \$.*\$", "SVN r%REVISION%"]], 61 "rbutil/rbutilqt/Info.plist" : [["\$Rev\$", "%REVISION%"]],
62} 62}
63# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are 63# OS X 10.6 defaults to gcc 4.2. Building universal binaries that are
64# compatible with 10.4 requires using gcc-4.0. 64# compatible with 10.4 requires using gcc-4.0.