Changeset 224118 in webkit


Ignore:
Timestamp:
Oct 27, 2017 10:33:54 AM (6 years ago)
Author:
Adrian Perez de Castro
Message:

[GTK][CMake] Incorrect conditional check when adding build dir to GIR runtime library path
https://bugs.webkit.org/show_bug.cgi?id=178936

Reviewed by Michael Catanzaro.

  • PlatformGTK.cmake: Fix spelling of variable used in conditional.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r224113 r224118  
     12017-10-27  Adrian Perez de Castro  <aperez@igalia.com>
     2
     3        [GTK][CMake] Incorrect conditional check when adding build dir to GIR runtime library path
     4        https://bugs.webkit.org/show_bug.cgi?id=178936
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * PlatformGTK.cmake: Fix spelling of variable used in conditional.
     9
    1102017-10-27  Chris Dumez  <cdumez@apple.com>
    211
  • trunk/Source/WebKit/PlatformGTK.cmake

    r223884 r224118  
    11111111endif ()
    11121112
    1113 string(COMPARE EQUAL "${PREV_LOADER_LIBRARY_PATH}" "" ld_library_path_not_exist)
     1113string(COMPARE EQUAL "${PREV_LOADER_LIBRARY_PATH}" "" ld_library_path_does_not_exist)
    11141114if (ld_library_path_does_not_exist)
    11151115    set(INTROSPECTION_ADDITIONAL_LIBRARY_PATH
Note: See TracChangeset for help on using the changeset viewer.