Stratus3D / asdf-lua

Lua plugin for asdf version manager. https://github.com/asdf-vm/asdf
MIT License
62 stars 12 forks source link

Changing default build platform to "guess" #34

Closed iroddis closed 6 months ago

iroddis commented 6 months ago

The current default guess of linux doesn't work on FreeBSD. This PR changes the default platform to guess, which allows Lua's make system to infer the platform itself.

Stratus3D commented 6 months ago

Thanks for the PR @iroddis ! Still works on Ubuntu and MacOS. I don't have a FreeBSD instance to test with but going to merge anyway.