Skip to content

Commit

Permalink
fix win build for uiless lib
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Feb 5, 2024
1 parent 55377c5 commit 05a8826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/legacy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(obs-browser)
option(ENABLE_BROWSER "Enable building OBS with browser source plugin (required Chromium Embedded Framework)"
${OS_LINUX})

if(NOT ENABLE_BROWSER OR NOT ENABLE_UI)
if(NOT ENABLE_BROWSER)
message(STATUS "OBS: DISABLED obs-browser")
message(
WARNING
Expand Down

0 comments on commit 05a8826

Please sign in to comment.