Search Criteria
Package Details: mingw-w64-lua51 5.1.5-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mingw-w64-lua51.git (read-only, click to copy) |
|---|---|
| Package Base: | mingw-w64-lua51 |
| Description: | LUA 5.1 |
| Upstream URL: | http://www.lua.org/ |
| Licenses: | MIT |
| Submitter: | edub4rt |
| Maintainer: | edub4rt |
| Last Packager: | edub4rt |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2016-08-03 17:55 (UTC) |
| Last Updated: | 2018-12-06 18:59 (UTC) |
Dependencies (2)
- mingw-w64-crt (mingw-w64-crt-msvcrtAUR, llvm-mingwAUR)
- mingw-w64-gcc (mingw-w64-gcc-msvcrtAUR, llvm-mingwAUR) (make)
Latest Comments
Jarcode commented on 2020-10-11 01:11 (UTC)
This package unnecessarily uses
g++, which causes the resulting library to have linkage to extra C++ symbols. This can be fixed by replacing the instance ofg++on line 31 of the PKGBUILD togcc.