Former-commit-id: de7f13458968a1c7a296352929582b6994569366
@@ -23,6 +23,7 @@ cd ../embree/
rm -fr build
mkdir build
cd build
+cp ../ispc/ispc-v1.8.1-linux ispc
cmake -DCMAKE_BUILD_TYPE=Release ../
make
@@ -11,7 +11,8 @@ cd ../embree/
+cp ../ispc/ispc-v1.8.1-osx ispc
-make
+make -j 16
cd ../../../tutorial