-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
[shader-slang] Updating to 2024.10 #40747
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are two things needed for vcpkg_copy_tools
: The runtime lib must be in the function's search path, and the dependency must be announced to the dynamic linker. Modules/plugins loaded later during runtime cannot be detected.
Nevermind, I needed to sleep. I just realized I can turn off rpath modifications for osx and that worked. I should have a patch up soon |
In updating this port I found that
slangc
when installed as a tool was missing some dependencies so I made sure that they got installed properly. I guess there was no way forvcpkg_copy_tools
to detect thatslangc
/slangd
need these other shared libraries to function../vcpkg x-add-version --all
and committing the result.