Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

abstract windows build.rs logic #44

Closed
dherman opened this issue Jan 9, 2017 · 0 comments
Closed

abstract windows build.rs logic #44

dherman opened this issue Jan 9, 2017 · 0 comments

Comments

@dherman
Copy link
Collaborator

dherman commented Jan 9, 2017

In #42 the Windows build logic for build.rs is open-coded, which exposes its implementation details to neon users. We should abstract this into a Rust crate for build-time logic, so the generated build.rs can look something like:

extern crate neon_build;

fn main() {
    neon_build::main();
}
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant