servo / stylo

70 stars 15 forks source link

Fix target path for css-properties.json again #3

Closed delan closed 7 months ago

delan commented 7 months ago

Servo’s Windows builds use CARGO_TARGET_DIR to put build artifacts on another disk, outside the main repo. The ability to override the target directory means we can’t necessarily traverse from there to ../target. This patch fixes that.