Skip to content

Commit 13d866a

Browse files
Update README.md to fix configure step for wolfSSH with FATFS
Co-Authored-By: [email protected] <[email protected]>
1 parent bbb4cce commit 13d866a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ide/Linux-FATFS/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ the library.
3030
### wolfSSH
3131

3232
```sh
33-
export LD_LIBRARY_PATH=ide/Linux-FATFS
34-
./configure --enable-sftp CFLAGS="-DWOLFSSH_FATFS -Iide/Linux-FATFS -DSTDIN_FILENO=0 -DPRINTF=printf -lfatfs"
33+
./configure --enable-sftp CFLAGS="-DWOLFSSH_FATFS -Iide/Linux-FATFS -DSTDIN_FILENO=0 -DPRINTF=printf" LDFLAGS="-Lide/Linux-FATFS -lfatfs"
3534
```
3635

0 commit comments

Comments
 (0)