Skip to content

Commit

Permalink
[NOBIN] Updated AppVeyor file
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Oct 15, 2021
1 parent bb3e0f5 commit d8aa049
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 @@ -28,9 +28,9 @@ before_build:
- mkdir build
- cd build
- if [%env_arch%]==[x64] (
cmake .. -A x64)
cmake .. -A x64 )
- if [%env_arch%]==[x86] (
cmake ..)
cmake .. -A Win32 )
- cmake -DCMAKE_INSTALL_PREFIX:PATH=%APPVEYOR_BUILD_FOLDER%/%APPVEYOR_REPO_COMMIT% ..

build_script:
Expand Down

0 comments on commit d8aa049

Please sign in to comment.