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

rustpkg should put build output in a target-specific subdirectory #8672

Closed
catamorphism opened this issue Aug 21, 2013 · 1 comment
Closed

Comments

@catamorphism
Copy link
Contributor

Right now it goes in the build/ subdirectory of the workspace, but it should be x86_64-apple-darwin/build/ or the like. Likewise for lib and bin.

@ghost ghost assigned catamorphism Aug 21, 2013
@catamorphism
Copy link
Contributor Author

I'm going to imitate what the Go package manager does: http://golang.org/cmd/go/#hdr-GOPATH_environment_variable

So build/ and lib/ will have target-specific subdirectories, but bin/ won't.

bors added a commit that referenced this issue Sep 13, 2013
…rectory, r=brson

r? @brson As per rustpkg.md, rustpkg now builds in a target-specific
subdirectory of build/, and installs libraries into a target-specific
subdirectory of lib.

Closes #8672
@catamorphism catamorphism removed their assignment Jun 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant