aboutsummaryrefslogtreecommitdiff
path: root/ports/lua/vs2015-impl-c99.patch
AgeCommit message (Collapse)Author
2019-05-18[lua] Upgrade to 5.3.5 and add support for Linux and macOS (#6515)TitanSnow
* upgrade lua to 5.3.5 * support POSIX systems * bump version in CONTROL file * -lm * fix copyright check * don't use c89 on windows vs2015 already supports c99 * correct vcpkg_extract_source_archive_ex usage and platform detection * fix FreeBSD