benley / bazel_rules_pex

Python PEX rules for Bazel
Apache License 2.0
39 stars 36 forks source link

Add support for native libraries #54

Open fahhem opened 7 years ago

fahhem commented 7 years ago

This generates a native_libs.txt file that includes all the .so files that are in the pex file, so they get extracted together (eager extraction).

fahhem commented 6 years ago

ping

benley commented 6 years ago

Pong! Sorry for letting this languish, I will try to spend some time on it in the next few days.

fahhem commented 6 years ago

ping again :)