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

Add make install and user-defined cmake flags #12

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

Conversation

yongli3
Copy link

@yongli3 yongli3 commented Jun 25, 2017

The current cmakefile does not support “make install”,
and does not support user-defined make flags in cross-compile build.

This causes the cross-compile fail

With this change, we can modify the make flags for corss-compile build:
cmake ../ -DCMAKE_C_FLAGS="-I/usr/include"

Signed-off-by: Yong Li [email protected]

The current cmakefile does not support “make install”,
and does not support user-defined make flags in cross-compile build.

This causes the cross-compile fail

With this change, we can modify the make flags for corss-compile build:
cmake ../  -DCMAKE_C_FLAGS="-I/usr/include"

Signed-off-by: Yong Li <[email protected]>
@yongli3
Copy link
Author

yongli3 commented Jun 25, 2017

@onnivoro please help to review

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