We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's present in both lib and lib64
lib
lib64
$ cmake --workflow --preset debug <snip> $ unzip -l build/dist-debug/slang.zip | grep libslang.so 207093392 01-01-1980 07:30 lib/libslang.so 207093392 01-01-1980 07:30 lib64/libslang.so
we should fix this before the next release
The text was updated successfully, but these errors were encountered:
looks like it's caused by this #5674
Sorry, something went wrong.
Remove duplicate call to install() for libslang
9c09f76
Closes shader-slang#5764 Also mention other installed targets in cmake config
0f5ae1d
072cb60
Successfully merging a pull request may close this issue.
It's present in both
lib
andlib64
we should fix this before the next release
The text was updated successfully, but these errors were encountered: