WeaselGames / godot_luaAPI

Godot LuaAPI
https://luaapi.weaselgames.info
Other
361 stars 27 forks source link

Start useing buildroot for linux builds #123

Closed Trey2k closed 1 year ago

Trey2k commented 1 year ago

Currently linux builds are built on Ubuntu 20.04, this means its a fairly new glibc version and wont work on many still supported LTS releases of linux. Buildroot forces use of an older glibc version.

Trey2k commented 1 year ago

At this point Module and Extension builds have been confirmed to work under Ubutu 16.04 with this PR.