Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get servo working on win32 #7878

Closed
wants to merge 7 commits into from
Closed

Get servo working on win32 #7878

wants to merge 7 commits into from

Commits on Oct 29, 2015

  1. win32: Use Option<WindowID> instead of passing null to match new Wind…

    …owID type in glutin
    vvuk committed Oct 29, 2015
  2. win32: mach and build command fixes

    - Add SERVO_USE_NIGHTLY_RUST env var to use the latest rust/cargo nightly snapshot
    - Fix up looking for cargo binary (in cargo/bin/cargo, not bin/cargo)
    - Fix up win32 executable checking (use .exe suffix)
    - fix up win32 PATH handling (subprocess must use shell=True for PATH change to be honored)
    vvuk committed Oct 29, 2015
  3. Cargo.lock: Bump ipc-channel hash

    vvuk committed Oct 29, 2015
You can’t perform that action at this time.