Skip to content

Commit

Permalink
Build with correct Maya API link
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorYudin committed Aug 18, 2018
1 parent 593c923 commit a04a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"'

# Maya 2018 devkit
- cmd: curl --tlsv1.2 -o mayaDevkit.zip -L https://s3-us-west-2.amazonaws.com/autodesk-adn-transfer/ADN+Extranet/M%26E/Maya/devkit+2018/Maya2018-DEVKIT_Windows.zip
- cmd: curl --tlsv1.2 -o mayaDevkit.zip -L http://s3-us-west-2.amazonaws.com/autodesk-adn-transfer/ADN+Extranet/M%26E/Maya/devkit+2018/Maya2018-DEVKIT_Windows.zip
- cmd: usr\bin\unzip -q mayaDevkit.zip
- cmd: rm -rf devkitBase/include/tbb
- cmd: rm -rf devkitBase/include/python2.7
Expand Down

0 comments on commit a04a17f

Please sign in to comment.