1
0
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:
timstanley1985
2021-03-15 18:31:26 +00:00
committed by GitHub
parent f7c4a0ef49
commit 00ffa10af5

View File

@@ -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