mirror of
https://github.com/OpenMW/openmw.git
synced 2025-11-30 12:04:31 +00:00
naive attempt to use vcpkg
This commit is contained in:
parent
ad2db1a9d9
commit
89cc9ffe54
2 changed files with 1 additions and 6 deletions
|
|
@ -611,6 +611,7 @@ macOS12_Xcode13:
|
||||||
- choco install ccache -y
|
- choco install ccache -y
|
||||||
- choco install vswhere -y
|
- choco install vswhere -y
|
||||||
- choco install python -y
|
- choco install python -y
|
||||||
|
- vpkg install cxxopts
|
||||||
- refreshenv
|
- refreshenv
|
||||||
- |
|
- |
|
||||||
function Make-SafeFileName {
|
function Make-SafeFileName {
|
||||||
|
|
|
||||||
|
|
@ -554,7 +554,6 @@ if ! [ -z "$USE_CLANG_TIDY" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
BULLET_VER="2.89"
|
BULLET_VER="2.89"
|
||||||
CXXOPTS_VER="3.1.1"
|
|
||||||
FFMPEG_VER="4.2.2"
|
FFMPEG_VER="4.2.2"
|
||||||
ICU_VER="70_1"
|
ICU_VER="70_1"
|
||||||
LUAJIT_VER="v2.1.0-beta3-452-g7a0cf5fd"
|
LUAJIT_VER="v2.1.0-beta3-452-g7a0cf5fd"
|
||||||
|
|
@ -595,11 +594,6 @@ if [ -z $SKIP_DOWNLOAD ]; then
|
||||||
"boost-${BOOST_VER}-msvc${MSVC_VER}-win${BITS}.exe"
|
"boost-${BOOST_VER}-msvc${MSVC_VER}-win${BITS}.exe"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# cxxopts
|
|
||||||
download "cxxopts ${CXXOPTS_VER}" \
|
|
||||||
"https://github.com/jarro2783/cxxopts/archive/refs/tags/v${CXXOPTS_VER}.zip" \
|
|
||||||
"cxxopts-${CXXOPTS_VER}.zip"
|
|
||||||
|
|
||||||
# Bullet
|
# Bullet
|
||||||
download "Bullet ${BULLET_VER}" \
|
download "Bullet ${BULLET_VER}" \
|
||||||
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/Bullet-${BULLET_VER}-msvc${BULLET_MSVC_YEAR}-win${BITS}-double-mt.7z" \
|
"https://gitlab.com/OpenMW/openmw-deps/-/raw/main/windows/Bullet-${BULLET_VER}-msvc${BULLET_MSVC_YEAR}-win${BITS}-double-mt.7z" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue