Adjust Windows build env

This commit is contained in:
Hrvoje Jasak 2015-08-07 10:51:47 +01:00 committed by Dominik Christ
parent 76b77b905f
commit aa522ab5cd

View file

@ -78,7 +78,7 @@ setup_foam_env() {
export FOAM_VERBOSE=1
export MPI_VERSION_MINGW=openmpi-1.6.1
export WM_OSTYPE=MSWindows
echo "Sourcing: $FOAM_ETC_DIR/bashrc"
echo "Sourcing: $FOAM_ETC_DIR/bashrc"
. $FOAM_ETC_DIR/bashrc
}