Skip to content

Commit 1738605

Browse files
Warchamp7RytoEX
authored andcommitted
Fix cmake includes on Linux and macOS
1 parent df0330f commit 1738605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/os-linux.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ target_include_directories(browser-helper PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/d
2121

2222
target_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

2626
set(OBS_EXECUTABLE_DESTINATION "${OBS_PLUGIN_DESTINATION}")
2727

cmake/os-macos.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ foreach(helper IN LISTS helper_suffixes)
5454
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/macos/entitlements-helper${helper_plist}.plist")
5555
endforeach()
5656

57-
target_sources(obs-browser PRIVATE deps/ip-string.cpp)
57+
target_sources(obs-browser PRIVATE deps/ip-string-posix.cpp)
5858

5959
set_target_properties(
6060
obs-browser

0 commit comments

Comments
 (0)