Changeset 79105 in webkit


Ignore:
Timestamp:
Feb 19, 2011 12:07:10 AM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-02-19 Lukasz Slachciak <l.slachciak@samsung.com>

Reviewed by Andreas Kling.

Fixed problem with launching EWebLauncher with "run-launcher --efl". Incorrect path referring to non-existing .libs directory ws set.
https://webkit.org/b/54778

  • Scripts/webkitdirs.pm:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r79102 r79105  
     12011-02-19  Lukasz Slachciak  <l.slachciak@samsung.com>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Fixed problem with launching EWebLauncher with "run-launcher --efl". Incorrect path referring to non-existing .libs directory ws set.
     6        https://webkit.org/b/54778
     7
     8        * Scripts/webkitdirs.pm:
     9
    1102011-02-18  David Levin  <levin@chromium.org>
    211
  • trunk/Tools/Scripts/webkitdirs.pm

    r77028 r79105  
    611611    }
    612612    if (isEfl()) {
    613         return "$configurationProductDir/$libraryName/../.libs/libewebkit.so";
     613        return "$configurationProductDir/$libraryName/../WebKit/libewebkit.so";
    614614    }
    615615    if (isWinCE()) {
Note: See TracChangeset for help on using the changeset viewer.