mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-29 21:45:32 +00:00
And done.
Switched to a slight less shallow clone too, for better versioning
This commit is contained in:
parent
108c2719a8
commit
3425e9b1d1
2 changed files with 2 additions and 2 deletions
|
@ -225,7 +225,7 @@ eval 7z x -y $DEPS/Bullet-2.83.4-win$BITS.7z $STRIP
|
|||
mv Bullet-2.83.4-win$BITS Bullet
|
||||
|
||||
BULLET_SDK="`real_pwd`/Bullet"
|
||||
add_cmake_opts -DBULLET_INCLUDE_DIR="$BULLET_SDK/include" \
|
||||
add_cmake_opts -DBULLET_INCLUDE_DIR="$BULLET_SDK/include/bullet" \
|
||||
-DBULLET_COLLISION_LIBRARY="$BULLET_SDK/lib/BulletCollision.lib" \
|
||||
-DBULLET_COLLISION_LIBRARY_DEBUG="$BULLET_SDK/lib/BulletCollision_Debug.lib" \
|
||||
-DBULLET_DYNAMICS_LIBRARY="$BULLET_SDK/lib/BulletDynamics.lib" \
|
||||
|
|
|
@ -13,7 +13,7 @@ matrix:
|
|||
|
||||
os: unstable
|
||||
|
||||
shallow_clone: true
|
||||
clone_depth: 5
|
||||
|
||||
cache:
|
||||
- C:\projects\openmw\deps\Bullet-2.83.4-win32.7z -> CI/before_script.msvc.sh
|
||||
|
|
Loading…
Reference in a new issue