-
I have a bazel system building a qnx based project where I have now spent several hours trying to figure out how to include header files from the build system but failed. It seems like genrule copying all the required files into sandbox is the only solution. I haven't been able to make that work yet either, but is that correct? Any help appreciated. EDIT: Turned out to be a problem somewhere else, false issue, please delete :( |
Beta Was this translation helpful? Give feedback.
Answered by
adeesh-87
Feb 27, 2024
Replies: 1 comment
-
The issue was misidentified by me, the real problem was conflicting files with same relative path. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
adeesh-87
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The issue was misidentified by me, the real problem was conflicting files with same relative path.