File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ target_include_directories(browser-helper PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/d
2121
2222target_link_libraries (browser-helper PRIVATE CEF::Wrapper CEF::Library)
2323
24- target_sources (obs-browser PRIVATE deps/ip-string .cpp)
24+ target_sources (obs-browser PRIVATE deps/ip-string -posix .cpp)
2525
2626set (OBS_EXECUTABLE_DESTINATION "${OBS_PLUGIN_DESTINATION} " )
2727
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ foreach(helper IN LISTS helper_suffixes)
5454 "${CMAKE_CURRENT_SOURCE_DIR} /cmake/macos/entitlements-helper${helper_plist} .plist" )
5555endforeach ()
5656
57- target_sources (obs-browser PRIVATE deps/ip-string .cpp)
57+ target_sources (obs-browser PRIVATE deps/ip-string -posix .cpp)
5858
5959set_target_properties (
6060 obs-browser
You can’t perform that action at this time.
0 commit comments