diff options
| author | ousttrue <ousttrue@gmail.com> | 2020-11-13 05:37:53 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-12 12:37:53 -0800 |
| commit | 4733e26fa827d173c67e780ac154307581688afa (patch) | |
| tree | 4d65a2b9ca21d9ae2953d79dedd81e7f75ece414 /ports/usd/fix-build-error.patch | |
| parent | 8a33418aa58a115d6c3c87cf7fa180caaff917bc (diff) | |
| download | vcpkg-4733e26fa827d173c67e780ac154307581688afa.tar.gz vcpkg-4733e26fa827d173c67e780ac154307581688afa.zip | |
[usd] fix dll path and update to 20.08 (#13687)
* fix plugInfo.json and dll path
* release build issue: https://github.com/PixarAnimationStudios/USD/issues/960
* add usage
* [usd] Add homepage
* [usd] Fix install copyright
* fix for linux build
* fix windows build
* fix No such file or directory
* use VCPKG_TARGET_IS_WINDOWS
* cmake to share/pxr
* fix TARGET_PATH
Co-authored-by: Lily <47812810+LilyWangL@users.noreply.github.com>
Co-authored-by: wangli28 <wangli28@beyondsoft.com>
Co-authored-by: Nicole Mazzuca <mazzucan@outlook.com>
Diffstat (limited to 'ports/usd/fix-build-error.patch')
| -rw-r--r-- | ports/usd/fix-build-error.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/usd/fix-build-error.patch b/ports/usd/fix-build-error.patch deleted file mode 100644 index b13fa6972..000000000 --- a/ports/usd/fix-build-error.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/pxr/usd/ar/packageUtils.cpp b/pxr/usd/ar/packageUtils.cpp
-index d497587..ed3df29 100644
---- a/pxr/usd/ar/packageUtils.cpp
-+++ b/pxr/usd/ar/packageUtils.cpp
-@@ -29,6 +29,8 @@
- #include "pxr/base/tf/pathUtils.h"
- #include "pxr/base/tf/stringUtils.h"
-
-+#include <algorithm>
-+
- PXR_NAMESPACE_OPEN_SCOPE
-
- namespace
|
