Devolutions / conan-rs

A Rust wrapper of the conan C/C++ package manager (conan.io) to simplify usage in build scripts
Apache License 2.0
34 stars 11 forks source link

Feat: Allow rpath configuration #24

Closed Mulling closed 8 months ago

Mulling commented 8 months ago

This PR adds a method to ConanPackage that allows rpath configuration on Unix systems. The interace is left lose as to allow for $ORIGN, @executable_path, @loader_path, @rpath.

Mulling commented 8 months ago

@Tomcat-42 I think this is good to go, I will add documentation later on :cowboy_hat_face:

Tomcat-42 commented 8 months ago

@Tomcat-42 I think this is good to go, I will add documentation later on 🤠

This is awesome, it will simplify build that rely on various shared libs

Tomcat-42 commented 8 months ago

@awakecoding Could we get this merged?