LuaD icon indicating copy to clipboard operation
LuaD copied to clipboard

Update Makefile

Open 1100110 opened this issue 11 years ago • 1 comments

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.

1100110 avatar Feb 25 '14 05:02 1100110

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?

JakobOvrum avatar Mar 14 '14 16:03 JakobOvrum