diff options
Diffstat (limited to 'Tools/Scripts/webkitpy/common/config/ports.py')
| -rw-r--r-- | Tools/Scripts/webkitpy/common/config/ports.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/Scripts/webkitpy/common/config/ports.py b/Tools/Scripts/webkitpy/common/config/ports.py index 1d76b4218..884380e65 100644 --- a/Tools/Scripts/webkitpy/common/config/ports.py +++ b/Tools/Scripts/webkitpy/common/config/ports.py @@ -160,6 +160,7 @@ class EflPort(DeprecatedPort): def build_webkit_command(self, build_style=None): command = super(EflPort, self).build_webkit_command(build_style=build_style) command.append("--efl") + command.append("--update-efl") command.append(super(EflPort, self).makeArgs()) return command |
