metadata
Wenzel Jakob 2014-06-04 18:14:21 +02:00
commit a6e8170620
1 changed files with 0 additions and 3 deletions

View File

@ -55,7 +55,4 @@ if [[ "$(uname)" == 'Darwin' ]]; then
else
export LD_LIBRARY_PATH="$MITSUBA_DIR/dist:$LD_LIBRARY_PATH"
export PATH="$MITSUBA_DIR/dist:$PATH"
# Generate core dumps if something goes wrong
ulimit -c 1000000000
fi