Skip to content

Commit 73e25f1

Browse files
committed
Change PAL libary type to OBJECT
1 parent 6f56e75 commit 73e25f1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/cmake/OptionsWPE.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ set(bmalloc_LIBRARY_TYPE OBJECT)
197197
set(WTF_LIBRARY_TYPE OBJECT)
198198
set(JavaScriptCore_LIBRARY_TYPE OBJECT)
199199
set(WebCore_LIBRARY_TYPE OBJECT)
200+
set(PAL_LIBRARY_TYPE OBJECT)
200201

201202
# These are shared variables, but we special case their definition so that we can use the
202203
# CMAKE_INSTALL_* variables that are populated by the GNUInstallDirs macro.

0 commit comments

Comments
 (0)