07.07.2017, 15:01, "Nagendra K" <[email protected]>:
> Hi All,
>
> When building JavaScriptCore I am not able to link pthread calls.
> Is there a way we can specify the CMakeLists.txt with option to include 
> pthread.
>
> I am using Ubuntu machine to build.

You need to link ${CMAKE_THREAD_LIBS_INIT}, see

https://trac.webkit.org/browser/trunk/Source/WTF/wtf/PlatformGTK.cmake#L24
https://trac.webkit.org/browser/trunk/Source/WTF/wtf/PlatformJSCOnly.cmake#L54

>
> Thanks and Regards,
> Nagendra
> ,
>
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> https://lists.webkit.org/mailman/listinfo/webkit-dev


-- 
Regards,
Konstantin
_______________________________________________
webkit-dev mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to