Skip to content

Commit 01e49a9

Browse files
committed
formatting edit
formatting edit
1 parent 03257e5 commit 01e49a9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,10 @@ include_directories(/usr/local/Cellar/openssl/1.0.2h_1/include/)
5555

5656
To compile libjwt on my CentOS VM I had to edit the CMakeLists.txt file and add this flag to the list of CMAKE_C_FLAGS:
5757

58-
```-std=gnu99```
59-
6058
```
59+
-std=gnu99
60+
```
61+
6162
vi CMakeLists.txt
6263
cmake .
6364
make jwt_static

0 commit comments

Comments
 (0)