Skip to content

Commit

Permalink
complete revert of appveyor changes dumpbin should show if they were …
Browse files Browse the repository at this point in the history
…64bit
  • Loading branch information
AndrewAnnex committed May 2, 2020
1 parent 0500625 commit 096c762
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ install:
- pip install -r requirements.txt

# Now install spiceypy
- call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64
- IF "%ARCH%"=="32" (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86) ELSE (ECHO "probably a 64bit build")
- IF "%ARCH%"=="64" (call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" amd64) ELSE (ECHO "probably a 32bit build")
- "%PYTHON%/python setup.py install"

- ECHO "Installed SpiceyPy!"
Expand Down

0 comments on commit 096c762

Please sign in to comment.