mirror of https://github.com/m2049r/xmrwallet.git
correct sed syntax
This commit is contained in:
parent
647ae9a565
commit
9e3a2b102e
|
@ -87,8 +87,8 @@ cd boost_1_58_0
|
|||
```
|
||||
Comment out ```using ::fgetpos;``` & ```using ::fsetpos;``` in ```cstdio```.
|
||||
```
|
||||
sed -i backup "s|using ::fgetpos;|//using ::fgetpos;|" boost/compatibility/cpp_c_headers/cstdio
|
||||
sed -i backup "s|using ::fsetpos;|//using ::fsetpos;|" boost/compatibility/cpp_c_headers/cstdio
|
||||
sed -ibackup "s|using ::fgetpos;|//using ::fgetpos;|" boost/compatibility/cpp_c_headers/cstdio
|
||||
sed -ibackup "s|using ::fsetpos;|//using ::fsetpos;|" boost/compatibility/cpp_c_headers/cstdio
|
||||
```
|
||||
|
||||
Then build & install to ```/opt/android/build/boost``` with
|
||||
|
|
Loading…
Reference in New Issue