diff options
author | 2015-03-13 09:46:16 -0400 | |
---|---|---|
committer | 2015-03-13 09:46:16 -0400 | |
commit | 6b37358e5c6efec74c17fc1871d25aa019629f29 (patch) | |
tree | 4de3b3a4a13b0d221cc1b5df0e42c928d0674abc /src/lua.patch | |
parent | 858f79eea1057cc52868f23dd1390c9c19016755 (diff) | |
download | textadept-6b37358e5c6efec74c17fc1871d25aa019629f29.tar.gz textadept-6b37358e5c6efec74c17fc1871d25aa019629f29.zip |
Fixed build flags; src/Makefile
These flags were causing the nightly builds to fail.
Lua 5.3's 64-bit integers use "long long", which is not supported by c++98.
However, mingw32 has issues with -std=c++0x and apple-darwin does not support it
at all. Instead, resort to disabling the "long long" warning.
Diffstat (limited to 'src/lua.patch')
0 files changed, 0 insertions, 0 deletions