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

.dll.a library is installed to bin/ instead of lib/ #68

Closed
starius opened this issue Nov 15, 2015 · 2 comments
Closed

.dll.a library is installed to bin/ instead of lib/ #68

starius opened this issue Nov 15, 2015 · 2 comments

Comments

@starius
Copy link

starius commented Nov 15, 2015

Ravi installs the following files:

  • bin/libravi.dll
  • bin/libravi.dll.a

Instead it should install bin/libravi.dll and lib/libravi.dll.a.

In CMakeLists.txt:

install(TARGETS ravi lua
        DESTINATION bin)
@dibyendumajumdar
Copy link
Owner

Thanks for the feedback - makes sense

@dibyendumajumdar
Copy link
Owner

Fixed in 0.12

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

No branches or pull requests

2 participants