Skip to content

Commit

Permalink
Addressed feedback with dynamic CPUs for USD build
Browse files Browse the repository at this point in the history
Signed-off-by: Aloys Baillet <[email protected]>
  • Loading branch information
aloysbaillet committed Feb 17, 2020
1 parent 2192978 commit 15b4e1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vfx/build_usd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ extern "C" void __cxa_throw_bad_array_new_length()
}
#endif' >> pxr/base/lib/vt/devtoolset6Workaround.cpp

cat <<EOF | patch -p1
patch -p1 <<EOF
diff --git a/pxr/base/lib/vt/CMakeLists.txt b/pxr/base/lib/vt/CMakeLists.txt
index aecffd7fb..c8f840bed 100644
--- a/pxr/base/lib/vt/CMakeLists.txt
Expand Down Expand Up @@ -53,7 +53,7 @@ cmake \
-DPXR_BUILD_MAYA_PLUGIN=FALSE \
..

make -j12
make -j$(nproc)
make install

cd ../..
Expand Down

0 comments on commit 15b4e1c

Please sign in to comment.