edo9300 / edopro-vcpkg-cache

2 stars 0 forks source link

Lua dependency is missing from the vcpkg bundle #1

Open gallantron opened 2 weeks ago

gallantron commented 2 weeks ago

Building edopro depends on Lua, but Lua is not included in the vcpkg bundle. This causes the build to fail even if following the build instructions.

gallantron commented 2 weeks ago

It would also be nice to have a vcpkg manifest so that we don't have to clobber our global vcpkg registration by registering the pre-built bundle.

gallantron commented 2 weeks ago

The correct vcpkg port configuration is lua[cpp]; ocgcore expects a name-mangled lua.lib, and this provides it.