fixed setpath.csh script on OSX
parent
5286c8aa4a
commit
93d8953c90
|
@ -11,7 +11,7 @@ else
|
||||||
endif
|
endif
|
||||||
set MITSUBA_DIR=`cd $reldir && pwd`
|
set MITSUBA_DIR=`cd $reldir && pwd`
|
||||||
|
|
||||||
if ("$0" == "Darwin") then
|
if ("`uname`" == "Darwin") then
|
||||||
setenv PATH "$MITSUBA_DIR/Mitsuba.app/Contents/MacOS:$PATH"
|
setenv PATH "$MITSUBA_DIR/Mitsuba.app/Contents/MacOS:$PATH"
|
||||||
else
|
else
|
||||||
if (! ($?LD_LIBRARY_PATH) ) then
|
if (! ($?LD_LIBRARY_PATH) ) then
|
||||||
|
|
Loading…
Reference in New Issue