[Webkit-unassigned] [Bug 132907] [EFL] Add include path of compact_unwind_encoding.h if FTL JIT is enabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 20 01:58:42 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=132907





--- Comment #10 from Raphael Kubo da Costa (:rakuco) <rakuco at webkit.org>  2014-05-20 01:59:01 PST ---
(From update of attachment 231685)
View in context: https://bugs.webkit.org/attachment.cgi?id=231685&action=review

> Source/cmake/FindLIBCXXABI.cmake:40
> +if (LIBCXXABI_INCLUDE_DIR)
> +    set(LIBCXXABI_FOUND 1)
> +    set(LIBCXXABI_INCLUDE_DIRS ${LIBCXXABI_INCLUDE_DIR})
> +else ()
> +    set(LIBCXXABI_FOUND 0)
> +endif ()

Please take a look at the other find files, you don't need to do this yourself, just use FindPackagesHandleStandardArgs.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list