early-access version 2853
This commit is contained in:
28
externals/vcpkg/ports/lua/vcpkg.json
vendored
Executable file
28
externals/vcpkg/ports/lua/vcpkg.json
vendored
Executable file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "lua",
|
||||
"version": "5.4.4",
|
||||
"port-version": 2,
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user