Merge pull request #157 from Alcaro/patch-3

Compile as C99
This commit is contained in:
Artem Savkov 2018-05-27 21:50:19 +02:00 committed by GitHub
commit 54c06e6a52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ lib_LTLIBRARIES = discord.la
discord_la_CFLAGS = \
$(BITLBEE_CFLAGS) \
$(GLIB_CFLAGS) \
-Wall
-Wall \
-std=c99
discord_la_LDFLAGS = \
-module \