[Webkit-unassigned] [Bug 22569] build-webkit --chromium fails on windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 1 15:49:51 PST 2008


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #25631|review?                     |review+
               Flag|                            |




------- Comment #9 from ddkilzer at webkit.org  2008-12-01 15:49 PDT -------
(From update of attachment 25631)
>+    my $sconsCommand = "scons";
>+    if (isCygwin()) {
>+        # HACK: Launch scons with Win32 python instead of CYGWIN python
>+        # Scons + MSVC only works under Win32 python
>+        $sconsCommand = "cmd /c 'C:\\Python26\\Scripts\\scons'";
>+    }

Please add a comment with a URL to this bug or
<http://scons.tigris.org/issues/show_bug.cgi?id=2266>.

Thanks for answering my questions, Eric!  r=me


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



More information about the webkit-unassigned mailing list