Skip to content

Commit

Permalink
adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
nschimme authored Feb 11, 2024
1 parent d71b348 commit a38546d
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 @@ -348,12 +348,12 @@ for:
- ps: $env:package_version = ("$(git describe --tags --always --long)").trim()
- ps: Update-AppveyorBuild -Version "$env:package_version-$env:APPVEYOR_BUILD_NUMBER"
- brew install [email protected] qt5 miniupnpc
- export PATH=/usr/local/opt/qt5/bin:$PATH
- export PATH=/usr/local/opt/qt@5/bin:$PATH

build_script:
- mkdir build
- cd build
- cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/qt5/bin -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl\@1.1 -DCPACK_PACKAGE_DIRECTORY=~/package
- cmake .. -DCMAKE_PREFIX_PATH=/usr/local/opt/qt@5/bin -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl\@1.1 -DCPACK_PACKAGE_DIRECTORY=~/package
- make -j$(getconf _NPROCESSORS_ONLN)
- cpack
- mv ~/package/*.dmg* ../
Expand Down

0 comments on commit a38546d

Please sign in to comment.