-
I compiled all depencies and keep having same problem
Also where's this exactly? Can't find anywhere in project folder nor home dir. Edit: My project if anyone want to test my build: https://github.com/willnode/summon |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
All instruction will no longer be confused anymore when you clone this repo and import it as patch [patch.crates-io]
ngx = { path = "./ngx-rust" } After build you can see the |
Beta Was this translation helpful? Give feedback.
All instruction will no longer be confused anymore when you clone this repo and import it as patch
After build you can see the
.cache
inside of thatngx-rust
, then you can infer the configure args usingnginx -V
.