Skip to content

Commit 5aeb0a3

Browse files
committed
Ask for a gnu99 compiler
Signed-off-by: Adrien Gallouët <[email protected]>
1 parent 5a62bd7 commit 5aeb0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ compiler:
1313
script:
1414
- git clone --depth=1 https://github.com/jedisct1/libsodium.git --branch=stable
1515
- cd libsodium && ./configure --enable-minimal --disable-dependency-tracking && cd -
16-
- make CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o
16+
- make CFLAGS="-std=gnu99" CPPFLAGS="-I./libsodium/src/libsodium/include" mud.o

0 commit comments

Comments
 (0)