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

Fix #182 by making Linux to be rebuilt when image build #206

Merged
merged 1 commit into from
Sep 1, 2020
Merged

Conversation

dayeol
Copy link
Contributor

@dayeol dayeol commented Sep 1, 2020

Sysroot changes were not picked up by CMake because
add_custom_command does not run the dependent target.
We change it to depend on an actual file, instead of target "sysroot"

Sysroot changes were not picked up by CMake because
add_custom_command does not run the dependent target.
We change it to depend on an actual file, instead of target "sysroot"
@dayeol dayeol requested a review from archshift September 1, 2020 05:30
@dayeol
Copy link
Contributor Author

dayeol commented Sep 1, 2020

This will resolve #182

@dayeol dayeol merged commit c84cade into dev Sep 1, 2020
@dayeol dayeol deleted the dev-issue-182 branch September 1, 2020 17:38
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