[Webkit-unassigned] [Bug 179930] New: [AppleWin] Ninja does not build WebKitQuartzCoreAdditions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 21 15:49:31 PST 2017


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

            Bug ID: 179930
           Summary: [AppleWin] Ninja does not build
                    WebKitQuartzCoreAdditions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

Ninja fails when attempting to build WebKitQuartzCoreAdditions

if (${MSVC_CXX_ARCHITECTURE_ID} STREQUAL "X86")
    link_directories($(WINDOWSSDKDIR)Lib/$(WINDOWSSDKLIBVERSION)/um/x86)
else ()
    link_directories($(WINDOWSSDKDIR)Lib/$(WINDOWSSDKLIBVERSION)/um/x64)
endif ()

The above uses MSBuild syntax for the link directories.

Using $ENV{WINDOWSSDKDIR} and $ENV{WINDOWSSDKLIBVERSION} seem to work. Should probably use cmake paths to make the path pretty.

-- 
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/20171121/4b622840/attachment.html>


More information about the webkit-unassigned mailing list