mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Merge branch 'anim-mtlx-phase3-fix' of github.com:lighttransport/tinyusdz into anim-mtlx-phase3-fix
This commit is contained in:
@@ -5,10 +5,14 @@ builddir=${curdir}/build
|
||||
rm -rf ${builddir}
|
||||
mkdir ${builddir}
|
||||
|
||||
# with lld linker
|
||||
# -DCMAKE_TOOLCHAIN_FILE=cmake/lld-linux.toolchain.cmake
|
||||
# Use environment CC/CXX if set, otherwise default to clang
|
||||
: ${CC:=clang}
|
||||
: ${CXX:=clang++}
|
||||
|
||||
cd ${builddir} && CXX=clang++ CC=clang cmake \
|
||||
# with lld linker
|
||||
# -DCMAKE_TOOLCHAIN_FILE=cmake/lld-linux.toolchain.cmake
|
||||
|
||||
cd ${builddir} && CC=${CC} CXX=${CXX} cmake \
|
||||
-DCMAKE_VERBOSE_MAKEFILE=1 \
|
||||
..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user