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

Change header include paths to be relative #3

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

Conversation

remaininlight
Copy link

I'm in the process of making a library which integrates Ultralight with JUCE (an audio framework). It would be good if users don't have to modify their include paths when the use this, JUCE has a module system to manage 3rd party code which I'm hooking into.

The include paths in these Ultralight headers currently require them to all be on the main include path for it to work, this PR proposes changing them to be relative imports - which should work whether Ultralight is on the include path or not.

@remaininlight remaininlight changed the title Changed header include paths to be relative Chang header include paths to be relative Jan 4, 2021
@remaininlight remaininlight changed the title Chang header include paths to be relative Change header include paths to be relative Jan 4, 2021
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.

1 participant