Commit 2227f64
committed
fastrpc_test: default to /usr/local/bin; set LD_LIBRARY_PATH for local libs
- Change default --bin-dir to /usr/local/bin (was /usr/bin).
- Export LD_LIBRARY_PATH=/usr/local/lib/fastrpc_test before running so
./fastrpc_test resolves its companion libs.
- Update help text and warnings to reference /usr/local defaults.
- Keep existing logic: cd into bin dir, honor --bin-dir overrides, and
retain /bin guard with ALLOW_BIN_FASTRPC=1 escape hatch.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent c7f1e4f commit 2227f64
1 file changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
228 | 233 | | |
229 | 234 | | |
230 | 235 | | |
| |||
0 commit comments