Skip to content

Commit

Permalink
JSCOnly build broken on linux
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=274115

Unreviewed build fix.

https://commits.webkit.org/278554@main moved platform-specific headers
to the platform cmake files, but did not update PlatformJSCOnly.cmake
with a pair of required headers.

* Source/WTF/wtf/PlatformJSCOnly.cmake:

Canonical link: https://commits.webkit.org/278741@main
  • Loading branch information
aoikonomopoulos authored and carlosgcampos committed May 14, 2024
1 parent 7a1468c commit 2a035ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/WTF/wtf/PlatformJSCOnly.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ elseif (CMAKE_SYSTEM_NAME MATCHES "Linux")

unix/MemoryPressureHandlerUnix.cpp
)
list(APPEND WTF_PUBLIC_HEADERS
linux/CurrentProcessMemoryStatus.h
linux/ProcessMemoryFootprint.h
)
elseif (CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
list(APPEND WTF_SOURCES
generic/MemoryFootprintGeneric.cpp
Expand Down

0 comments on commit 2a035ad

Please sign in to comment.