Last 12 weeks · 0 commits
1 of 6 standards met
Trying to build rusty_v8 as dependency of my project, "Regenerating ninja files" phase fails because --root parameter points to non-existent directory. I suppose the problem arises because the package source is part of a workspace and therefore the target folder lives inside parent. To make it work, I applied the following patch:
In order to successfully run GN on windows, and other environment variables need to be set. However, uses the default environment, hence it can't work on windows. The reason it works on appveyor is probably because the necessary environment variables are also specified in , but this is not usable for a normal development workflow.
Repository: denoland/cargo_gn. Description: Cargo GN integration Stars: 45, Forks: 6. Primary language: Rust. Languages: Rust (86.4%), Shell (6.7%), Python (3%), C++ (2.3%), C (1.6%). Open PRs: 0, open issues: 2. Last activity: 4y ago. Community health: 25%. Top contributors: ry, piscisaureus, chrmoritz, afinch7.