Skip to content

Commit

Permalink
Add LD_LIBRARY_PATH to .profile (EliasKotlyar#1704)
Browse files Browse the repository at this point in the history
* Add sdcard libs to LD_LIBRARY_PATH

Add sdcard libs to LD_LIBRARY_PATH

* Update .profile

fix typo

Co-authored-by: jmtatsch <[email protected]>
  • Loading branch information
tim-devel and jmtatsch authored Mar 15, 2021
1 parent f7c4a0e commit 00ffa10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions firmware_mod/root/.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00ffa10

Please sign in to comment.