Fix typo
This commit is contained in:
parent
8a828f70b5
commit
def60ec787
2
SETUP.md
2
SETUP.md
|
@ -73,7 +73,7 @@ $ make clean
|
||||||
$ nano Makefile
|
$ nano Makefile
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace the first like of the `Makefile` with the following:
|
Replace the first line of the `Makefile` with the following:
|
||||||
|
|
||||||
```
|
```
|
||||||
CFLAGS = `pkg-config --libs --cflags libssl lua5.2 libprotobuf-c opus vorbis vorbisfile` -lev -pthread
|
CFLAGS = `pkg-config --libs --cflags libssl lua5.2 libprotobuf-c opus vorbis vorbisfile` -lev -pthread
|
||||||
|
|
Reference in a new issue