mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:29:00 +08:00
b41bc7cfed
* Fix linux tools can't compile with undefined reference to `sin' * update port version * update baseline.json * fix duplicate FIND_LIBRARY (LIB_MATH NAMES m) & fix linking of luac is missing math libs * update lua port version in version database --------- Co-authored-by: tobias.funk <tobias.funk@nortonlifelock.com>
29 lines
576 B
JSON
29 lines
576 B
JSON
{
|
|
"name": "lua",
|
|
"version": "5.4.4",
|
|
"port-version": 5,
|
|
"description": "A powerful, fast, lightweight, embeddable scripting language",
|
|
"homepage": "https://www.lua.org",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cpp": {
|
|
"description": "Builds Lua for C++ linkage",
|
|
"supports": "!uwp"
|
|
},
|
|
"tools": {
|
|
"description": "Builds Lua compiler and interpreter",
|
|
"supports": "!ios"
|
|
}
|
|
}
|
|
}
|