diff options
| author | 2015-04-17 11:24:33 +0200 | |
|---|---|---|
| committer | 2015-04-17 11:24:33 +0200 | |
| commit | dc35f927f786252e9325e1da10dce668c61be29b (patch) | |
| tree | 3e985b1cf6e1f1302bd201913d96d5ea1ff45b98 /scripts/src/3rdparty.lua | |
| parent | 9560f3a886afe050b410867cb3322e298bcfd2b8 (diff) | |
made libflac possible to compile under xcode, and simplify for other (nw)
Diffstat (limited to 'scripts/src/3rdparty.lua')
| -rw-r--r-- | scripts/src/3rdparty.lua | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index e8c73eb3bae..39bc6b65e74 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -172,15 +172,10 @@ project "flac" "_LARGEFILE_SOURCE", "_FILE_OFFSET_BITS=64", "FLAC__HAS_OGG=0", + "HAVE_CONFIG_H=1", } - configuration { "vs*" } - defines { - "VERSION=\"1.2.1\"" - } - configuration { "gmake" } - defines { - "VERSION=\\\"1.2.1\\\"" - } + + configuration { "gmake"} buildoptions_c { "-Wno-unused-function", "-O0", |
