Skip to content

Commit

Permalink
Hopefully fix static macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Jun 16, 2024
1 parent 9c0df97 commit e4a25f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
export PATH="/usr/local/opt/zip/bin:$PATH"
export PATH="/usr/local/opt/make/libexec/gnubin:$PATH"
export PATH="/usr/local/opt/cmake/bin:$PATH"
CMAKE_PREFIX_PATH=$PWD/qt5_static/ cmake .
CMAKE_PREFIX_PATH=$PWD/qt5_static/ cmake . -DCMAKE_OSX_ARCHITECTURES=x86_64
cmake --build .
mkdir -p plugins
cp ddb_gui_qt5.dylib plugins/
Expand Down

0 comments on commit e4a25f2

Please sign in to comment.