mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
one too many S
This commit is contained in:
parent
dd241dd1cd
commit
3852fd7994
1 changed files with 3 additions and 1 deletions
|
@ -754,6 +754,8 @@ printf "Bullet ${BULLET_VER}... "
|
|||
add_cmake_opts -DBULLET_ROOT="$(real_pwd)/Bullet"
|
||||
echo Done.
|
||||
}
|
||||
cd $DEPS
|
||||
echo
|
||||
printf "cxxopts ${CXXOPTS_VER}... "
|
||||
{
|
||||
cd $DEPS_INSTALL
|
||||
|
@ -765,7 +767,7 @@ printf "cxxopts ${CXXOPTS_VER}... "
|
|||
mv "cxxopts-${CXXOPTS_VER}" cxxopts
|
||||
fi
|
||||
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.
|
||||
}
|
||||
cd $DEPS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue