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

CFLAGS and similar are not added properly #4

Open
eugpermar opened this issue Mar 20, 2015 · 0 comments
Open

CFLAGS and similar are not added properly #4

eugpermar opened this issue Mar 20, 2015 · 0 comments

Comments

@eugpermar
Copy link
Contributor

If I call ./configure this way:

CPPFLAGS='-I/path/1 -I/path/2' ./configure

Configure script adds the two path properly. However, if I do it this way:

./configure --CPPFLAGS='-I/path/1 -I/path/2'

it only adds the fist added path.

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

1 participant