[Webkit-unassigned] [Bug 207729] New: [PlayStation] Make special udis86 C file handling only happen for Visual Studio

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 13 16:37:50 PST 2020


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

            Bug ID: 207729
           Summary: [PlayStation] Make special udis86 C file handling only
                    happen for Visual Studio
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stephan.szabo at sony.com

For Visual Studio, we have a problem where the c++ standard flag gets set to C files (but Ninja does not add the flag). We now set the source file properties to set the language to CXX which makes Visual Studio building work, however breaks some ninja builds with the same error (now Ninja thinks it's C++ code so adds the flag, but then the compiler tries to compile it as C and fails).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200214/31fbec4a/attachment.htm>


More information about the webkit-unassigned mailing list