LuaD
LuaD copied to clipboard
Update Makefile
It seems that the built library is always called "libluad-d.a" right? In any case, this causes the examples to build correctly on Linux and OSX.
For a debug build, it's libluad-d.a. For a release build, it's just libluad.a. However, when built with Dub, it's always just libluad due to technical limitations.
Maybe a better solution is to make the examples' makefile invoke the library makefile to do a release build?