Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Makefile #63

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Makefile #63

wants to merge 1 commit into from

Conversation

1100110
Copy link

@1100110 1100110 commented Feb 25, 2014

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.

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.
@JakobOvrum
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants