-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Make "cargo build" work #695
Comments
@qti3e has a good but incomplete start on the problem in #724. Some hints at taking it further:
#[link(name = "libdeno", kind = "static")] |
i will try |
okay |
i'm getting following error, i guess i will have to follow 3 step you mentioned
|
after going through all the build files, scripts are generating deno_bin.o (object) which are passed to clang with required libraries to produce executable, not sure why. |
going with the same approach giving me following error
any idea ? |
i tried multiple ways. not able to build. anyone else can take up this. |
#1128 has added build.rs and allows users to call however |
Landed in 73e80b0 |
And probably tools/setup.py. Step towards distributing a crate.
The text was updated successfully, but these errors were encountered: