mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-19 12:40:49 +00:00
one too many S
This commit is contained in:
parent
dd241dd1cd
commit
3852fd7994
@ -754,6 +754,8 @@ printf "Bullet ${BULLET_VER}... "
|
|||||||
add_cmake_opts -DBULLET_ROOT="$(real_pwd)/Bullet"
|
add_cmake_opts -DBULLET_ROOT="$(real_pwd)/Bullet"
|
||||||
echo Done.
|
echo Done.
|
||||||
}
|
}
|
||||||
|
cd $DEPS
|
||||||
|
echo
|
||||||
printf "cxxopts ${CXXOPTS_VER}... "
|
printf "cxxopts ${CXXOPTS_VER}... "
|
||||||
{
|
{
|
||||||
cd $DEPS_INSTALL
|
cd $DEPS_INSTALL
|
||||||
@ -765,7 +767,7 @@ printf "cxxopts ${CXXOPTS_VER}... "
|
|||||||
mv "cxxopts-${CXXOPTS_VER}" cxxopts
|
mv "cxxopts-${CXXOPTS_VER}" cxxopts
|
||||||
fi
|
fi
|
||||||
export CXXOPTS_HOME="$(real_pwd)/cxxopts"
|
export CXXOPTS_HOME="$(real_pwd)/cxxopts"
|
||||||
add_cmake_opts -DCXXOPTS_INCLUDE_DIRS="${CXXOPTS_HOME}/include"
|
add_cmake_opts -DCXXOPTS_INCLUDE_DIR="${CXXOPTS_HOME}/include"
|
||||||
echo Done.
|
echo Done.
|
||||||
}
|
}
|
||||||
cd $DEPS
|
cd $DEPS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user