Changeset 286158 in webkit
- Timestamp:
- Nov 24, 2021, 10:41:08 PM (5 years ago)
- Location:
- trunk/Source/bmalloc
- Files:
-
- 2 edited
-
CMakeLists.txt (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/bmalloc/CMakeLists.txt
r286157 r286158 640 640 endif () 641 641 642 set(bmalloc_LIBRARIES 643 ${CMAKE_DL_LIBS} 644 ) 645 642 646 if (ATOMICS_REQUIRE_LIBATOMIC) 643 647 list(APPEND bmalloc_LIBRARIES atomic) -
trunk/Source/bmalloc/ChangeLog
r286157 r286158 1 2021-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 1 7 2021-11-24 Yusuke Suzuki <ysuzuki@apple.com> 2 8
Note:
See TracChangeset
for help on using the changeset viewer.