Fix libobs/CMakeLists.txt for linux
Was pointing to a bad filename for the new threading stuff
This commit is contained in:
parent
33dc028c7e
commit
61c9ff2a0a
@ -46,7 +46,7 @@ elseif(APPLE)
|
||||
elseif(UNIX)
|
||||
set(libobs_PLATFORM_SOURCES
|
||||
obs-nix.c
|
||||
util/threading-posic.c
|
||||
util/threading-posix.c
|
||||
util/platform-nix.c)
|
||||
endif()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user