Changeset 260648 in webkit


Ignore:
Timestamp:
Apr 24, 2020 9:32:59 AM (4 years ago)
Author:
pvollan@apple.com
Message:

[Win] Fix AppleWin build
https://bugs.webkit.org/show_bug.cgi?id=210971

Reviewed by Brent Fulgham.

PAL is built as a static library.

  • Source/cmake/target/PAL.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r260619 r260648  
     12020-04-24  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [Win] Fix AppleWin build
     4        https://bugs.webkit.org/show_bug.cgi?id=210971
     5
     6        Reviewed by Brent Fulgham.
     7
     8        PAL is built as a static library.
     9
     10        * Source/cmake/target/PAL.cmake:
     11
    1122020-04-23  Yusuke Suzuki  <ysuzuki@apple.com>
    213
  • trunk/Source/cmake/target/PAL.cmake

    r257587 r260648  
    88    add_library(WebKit::PAL STATIC IMPORTED)
    99    set_target_properties(WebKit::PAL PROPERTIES
    10         IMPORTED_LOCATION ${WEBKIT_LIBRARIES_RUNTIME_DIR}/PAL${DEBUG_SUFFIX}.dll
    11         IMPORTED_IMPLIB ${WEBKIT_LIBRARIES_LINK_DIR}/PAL${DEBUG_SUFFIX}.lib
     10        IMPORTED_LOCATION ${WEBKIT_LIBRARIES_LINK_DIR}/PAL${DEBUG_SUFFIX}.lib
    1211        # Should add Apple libraries here when https://bugs.webkit.org/show_bug.cgi?id=205085 lands
    1312        INTERFACE_LINK_LIBRARIES "WebKit::WTF"
Note: See TracChangeset for help on using the changeset viewer.