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

Improve resolution of paths for DECLARE LIBRARY #71

Closed
flukiluke opened this issue Oct 29, 2018 · 1 comment
Closed

Improve resolution of paths for DECLARE LIBRARY #71

flukiluke opened this issue Oct 29, 2018 · 1 comment
Assignees

Comments

@flukiluke
Copy link
Collaborator

The current logic used is very sucky:

  • Code includes must use a .h extension
  • Dynamic libraries must begin with lib on Linux
  • The appropriate places aren't searched for dynamic libraries, causing machine-specific constants needing to be hard coded in
  • Probably other problems
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants