WARP: Update README with macOS library path instructions#6256
WARP: Update README with macOS library path instructions#6256cyberkaida wants to merge 2 commits intoVector35:devfrom
Conversation
62714ac to
c5d3abc
Compare
c5d3abc to
62878fb
Compare
|
Hi, thank you for the PR. I don't know why the README says to set Anyways what you want is to set Also this might interest you: Vector35/warp#22 (sigem docker image) |
| fn main() { | ||
| if let Some(link_path) = option_env!("BINARYNINJADIR") { | ||
|
|
||
| let binja_base_dir: &str = option_env!("DEP_BINARYNINJACORE_BASE_DIR").unwrap_or_else(|| { |
There was a problem hiding this comment.
Our build system needs to set its own paths, so unfortunately we can't do lookups like this.
Lastrun is documented here for those curious: |
|
Closing as author is satisfied with the changes mentioned above, re-open if that isn't the case. Thanks again! |
The README said to use
DEP_BINARYNINJACORE_PATHbut this was not referenced.I updated the
build.rsto use this variable, and as a treat I added the default install locations from the User GuideI think this works on Windows too, but I do not have a Windows install to test. Thank you for the hard work on WARP I am excited to use it! 💜💜🥷