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

[kitsune] Fix external project build #52

Closed

Conversation

tarunprabhu
Copy link
Collaborator

Because of the way the build system was set up, the targets and kitrt would be
"installed" at build time i.e. when running ninja/make as opposed to
ninja install/make install. This fixes that behavior and only installs during
ninja build/ninja install. When building, there will be messages that suggest
that those targets are actually being installed, but they are being "installed"
to a subdirectory within the build directory.

Tarun Prabhu added 2 commits August 27, 2024 13:05
Because of the way the build system was set up, the targets and kitrt would be
"installed" at build time i.e. when running ninja/make as opposed to
ninja install/make install. This fixes that behavior and only installs during
ninja build/ninja install. When building, there will be messages that suggest
that those targets are actually being installed, but they are being "installed"
to a subdirectory within the build directory.
@tarunprabhu
Copy link
Collaborator Author

I have not actually tested the runtime behavior. I don't expect that to be affected.

@tarunprabhu
Copy link
Collaborator Author

Somehow, some unrelated commits got mixed in with this. Will open a new PR. Ignore this for now.

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