diff options
| author | Constantine Tarasenkov <constantine@protonmail.com> | 2015-09-04 15:38:14 +0300 |
|---|---|---|
| committer | Constantine Tarasenkov <constantine@protonmail.com> | 2015-09-04 15:38:14 +0300 |
| commit | 7c3628976808a20ce9bcac046c4b88bffd475241 (patch) | |
| tree | 19faf0b98fb30009e570e333b88965999b5a65ac /src/makefile | |
| parent | 77558eec0caf0736fa36c96b5807d928317d3dd7 (diff) | |
| download | raylib-7c3628976808a20ce9bcac046c4b88bffd475241.tar.gz raylib-7c3628976808a20ce9bcac046c4b88bffd475241.zip | |
Fix compiling on Linux
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index da57c2d2..a42bf060 100644 --- a/src/makefile +++ b/src/makefile @@ -73,7 +73,7 @@ endif ifeq ($(PLATFORM),PLATFORM_RPI) CFLAGS = -O1 -Wall -std=gnu99 -fgnu89-inline else - CFLAGS = -O1 -Wall -std=c99 + CFLAGS = -O1 -Wall -std=gnu99 endif #CFLAGSEXTRA = -Wextra -Wmissing-prototypes -Wstrict-prototypes |
