Browse Source

Merge pull request #303 from jubalh/mesongnu

Meson: use gnu99
pull/305/head
Ray 8 years ago
committed by GitHub
parent
commit
eee8393eb0
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      meson.build

+ 2
- 1
meson.build View File

@ -1,6 +1,7 @@
project('raylib', 'c', version: '1.7.0',
license: 'zlib',
meson_version: '>= 0.39.1')
meson_version: '>= 0.39.1',
default_options : 'c_std=gnu99')
cc = meson.get_compiler('c')

Loading…
Cancel
Save