⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286158 in webkit


Ignore:
Timestamp:
Nov 24, 2021, 10:41:08 PM (5 years ago)
Author:
ysuzuki@apple.com
Message:

[libpas] Unreviewed, speculative libpas Linux fix, libpas requires libatomic in Linux etc., part 2

  • CMakeLists.txt:
Location:
trunk/Source/bmalloc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/bmalloc/CMakeLists.txt

    r286157 r286158  
    640640endif ()
    641641
     642set(bmalloc_LIBRARIES
     643    ${CMAKE_DL_LIBS}
     644)
     645
    642646if (ATOMICS_REQUIRE_LIBATOMIC)
    643647    list(APPEND bmalloc_LIBRARIES atomic)
  • trunk/Source/bmalloc/ChangeLog

    r286157 r286158  
     12021-11-24  Yusuke Suzuki  <ysuzuki@apple.com>
     2
     3        [libpas] Unreviewed, speculative libpas Linux fix, libpas requires libatomic in Linux etc., part 2
     4
     5        * CMakeLists.txt:
     6
    172021-11-24  Yusuke Suzuki  <ysuzuki@apple.com>
    28
Note: See TracChangeset for help on using the changeset viewer.