Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from Hoikas/physx
Browse files Browse the repository at this point in the history
Add PhysX 4.1.
  • Loading branch information
zrax authored Sep 10, 2020
2 parents e650bb5 + ebec152 commit 8cf0f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ build_script:
- ps: |
$outpath = (Get-Location).Path
Set-Location C:\tools\vcpkg
Set-Location C:\Tools\vcpkg
git pull 2> $null
bootstrap-vcpkg.bat
if ($lastExitCode -ne 0) { throw "Failed to update vcpkg" }
vcpkg install curl[sspi] expat freetype libjpeg-turbo libogg libpng `
libvorbis libvpx openal-soft openssl opus pcre python2 python3 `
libvorbis libvpx openal-soft openssl opus pcre physx python2 python3 `
speex string-theory zlib --triplet x86-windows-static-md
if ($lastExitCode -ne 0) { throw "Failed to build static libs" }
Expand Down

0 comments on commit 8cf0f98

Please sign in to comment.