OpenSubDiv: bump (#2890)

This commit is contained in:
miqlas
2018-08-13 18:29:08 +02:00
committed by waddlesplash
parent 81d89cc9a4
commit 783038996c
3 changed files with 173 additions and 2 deletions

View File

@@ -78,8 +78,13 @@ BUILD()
mkdir -p build
cd build
export GLEW_LOCATION="`finddir B_SYSTEM_DEVELOP_DIRECTORY`"
export GLEW_INC_LOCATION="`finddir B_SYSTEM_HEADERS_DIRECTORY`"
local GLEW_SUBDIR=
if [ -n "$secondaryArchSuffix" ]; then
GLEW_SUBDIR="$secondaryArchSuffix/"
fi
export GLEW_LOCATION="$portPackageLinksDir/glew${secondaryArchSuffix}_devel/develop"
export GLEW_INC_LOCATION="$portPackageLinksDir/glew${secondaryArchSuffix}_devel/develop/headers$UNITTEST_SUBDIR"
cmake .. \
-DNO_EXAMPLES=ON \