mirror of
https://github.com/EliasKotlyar/Xiaomi-Dafang-Hacks.git
synced 2025-09-09 23:50:47 +02:00
Add LD_LIBRARY_PATH to .profile (#1704)
* Add sdcard libs to LD_LIBRARY_PATH Add sdcard libs to LD_LIBRARY_PATH * Update .profile fix typo Co-authored-by: jmtatsch <jmtatsch@users.noreply.github.com>
This commit is contained in:
@@ -6,3 +6,6 @@ PATH=/system/sdcard/bin:$PATH
|
||||
|
||||
# load some convenience functions
|
||||
. /system/sdcard/scripts/common_functions.sh
|
||||
|
||||
# Add our custom libraries to path
|
||||
LD_LIBRARY_PATH=/system/sdcard/lib:$LD_LIBRARY_PATH
|
||||
|
Reference in New Issue
Block a user