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
With PXR_LIB_PREFIX left at it's default value of lib (even on windows), I get output files that look like:
ar.lib usd.lib libar.dll libusd.dll
Similarly, if I set PXR_LIB_PREFIX=myprefix_, I get files like:
ar.lib usd.lib myprefix_ar.dll myprefix_usd.dll
Windows 10
usd-0.19.11
-DPXR_LIB_PREFIX=myprefix_
The text was updated successfully, but these errors were encountered:
Filed as internal issue #USD-5687
Sorry, something went wrong.
For cross reference, this was being discussed in this thread on usd-interest:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/usd-interest/vQkPIKXTrHE/vN_ALJ21FAAJ
1ca7422
No branches or pull requests
Description of Issue
With PXR_LIB_PREFIX left at it's default value of lib (even on windows), I get output files that look like:
Similarly, if I set PXR_LIB_PREFIX=myprefix_, I get files like:
Steps to Reproduce
System Information (OS, Hardware)
Windows 10
Package Versions
usd-0.19.11
Build Flags
-DPXR_LIB_PREFIX=myprefix_
The text was updated successfully, but these errors were encountered: