Skip to content

Commit

Permalink
Static
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Aug 17, 2024
1 parent 2b84124 commit 21fc366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/OptionsJSCOnly.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ if (WIN32)

if (ENABLE_STATIC_JSC)
set(bmalloc_LIBRARY_TYPE STATIC)
set(WTF_LIBRARY_TYPE OBJECT)
set(WTF_LIBRARY_TYPE STATIC)
set(JavaScriptCore_LIBRARY_TYPE STATIC)
set(PAL_LIBRARY_TYPE STATIC)
set(WebCore_LIBRARY_TYPE STATIC)
Expand Down

0 comments on commit 21fc366

Please sign in to comment.