Fix libobs/CMakeLists.txt for linux

Was pointing to a bad filename for the new threading stuff
This commit is contained in:
jp9000 2014-02-26 22:54:05 -08:00
parent 33dc028c7e
commit 61c9ff2a0a

View File

@ -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()