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

Makefile: support building with ldc2, usage of pkg-config for lib finding #334

Merged
merged 1 commit into from
Jan 7, 2019

Conversation

norbusan
Copy link
Collaborator

@norbusan norbusan commented Jan 7, 2019

  • ldc2 support
    the pragma versions passed to the compiler need an additional -d prefix in case of ldc2. Add it if the compiler component looks like ldc2.

  • pkg-config support
    By passing PKGCONFIG=1 to the make call libraries are searched via pkg-config instead of hard-coded values.

…finding

* ldc2 support
the pragma versions passed to the compiler need an additional `-d`
prefix in case of ldc2. Add it if the compiler component looks like
ldc2.

* pkg-config support
By passing `PKGCONFIG=1` to the make call libraries are searched via
`pkg-config` instead of hard-coded values.
@abraunegg abraunegg added this to the 2.2.5 milestone Jan 7, 2019
@abraunegg
Copy link
Owner

looks good to me

@norbusan norbusan merged commit d527b7e into master Jan 7, 2019
@norbusan norbusan deleted the norbert/makefile-improvements branch January 7, 2019 02:03
@bugz8unny69
Copy link

You guys doing a lot work, I have a lot to read!

@lock
Copy link

lock bot commented Jan 14, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants