mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-30 16:04:38 +00:00
add the include dir for windows maybe
This commit is contained in:
parent
7d363ac667
commit
9441e1a3f8
1 changed files with 1 additions and 1 deletions
|
|
@ -764,7 +764,7 @@ printf "cxxopts ${CXXOPTS_VER}... "
|
||||||
eval 7z x -y "${DEPS}/cxxopts-${CXXOPTS_VER}.zip" $STRIP
|
eval 7z x -y "${DEPS}/cxxopts-${CXXOPTS_VER}.zip" $STRIP
|
||||||
mv "cxxopts-${CXXOPTS_VER}" cxxopts
|
mv "cxxopts-${CXXOPTS_VER}" cxxopts
|
||||||
fi
|
fi
|
||||||
add_cmake_opts -DCXXOPTS_ROOT="$(real_pwd)/cxxopts"
|
add_cmake_opts -DCXXOPTS_ROOT="$(real_pwd)/cxxopts" -DCXXOPTS_INCLUDE_DIR="$(real_pwd)/cxxopts/include"
|
||||||
echo Done.
|
echo Done.
|
||||||
}
|
}
|
||||||
cd $DEPS
|
cd $DEPS
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue