Title: [286158] trunk/Source/bmalloc
Revision
286158
Author
[email protected]
Date
2021-11-24 22:41:08 -0800 (Wed, 24 Nov 2021)

Log Message

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

* CMakeLists.txt:

Modified Paths

Diff

Modified: trunk/Source/bmalloc/CMakeLists.txt (286157 => 286158)


--- trunk/Source/bmalloc/CMakeLists.txt	2021-11-25 06:36:04 UTC (rev 286157)
+++ trunk/Source/bmalloc/CMakeLists.txt	2021-11-25 06:41:08 UTC (rev 286158)
@@ -639,6 +639,10 @@
     )
 endif ()
 
+set(bmalloc_LIBRARIES
+    ${CMAKE_DL_LIBS}
+)
+
 if (ATOMICS_REQUIRE_LIBATOMIC)
     list(APPEND bmalloc_LIBRARIES atomic)
 endif ()

Modified: trunk/Source/bmalloc/ChangeLog (286157 => 286158)


--- trunk/Source/bmalloc/ChangeLog	2021-11-25 06:36:04 UTC (rev 286157)
+++ trunk/Source/bmalloc/ChangeLog	2021-11-25 06:41:08 UTC (rev 286158)
@@ -1,5 +1,11 @@
 2021-11-24  Yusuke Suzuki  <[email protected]>
 
+        [libpas] Unreviewed, speculative libpas Linux fix, libpas requires libatomic in Linux etc., part 2
+
+        * CMakeLists.txt:
+
+2021-11-24  Yusuke Suzuki  <[email protected]>
+
         [libpas] Unreviewed, libpas requires libatomic in Linux etc.
 
         * CMakeLists.txt:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to