summaryrefslogtreecommitdiffstats
path: root/webkit/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/SConscript')
-rw-r--r--webkit/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/SConscript b/webkit/SConscript
index 97074a2..a461d9f 100644
--- a/webkit/SConscript
+++ b/webkit/SConscript
@@ -40,6 +40,10 @@ port_dir = env.Dir('#/$BUILD_TYPE/webkit/port')
port_dir.addRepository(env.Dir('#/../webkit/port'))
port_dir.addRepository(env.Dir('#/../third_party/WebKit/WebCore'))
+# Point to perl. We do this so we don't have to set the +x bit on scripts
+# because we can't currently modify the third_party/WebKit repository.
+if env['PLATFORM'] == 'posix':
+ env.Append(PERL = '/usr/bin/perl')
env.Prepend(
CPPPATH = [