Skip to content

Commit

Permalink
Fix building libuiohook for macOS x64
Browse files Browse the repository at this point in the history
  • Loading branch information
TolikPylypchuk committed May 22, 2024
1 parent 5a93664 commit 6352906
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
-G "Unix Makefiles" \
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/dist/darwin/arm64 \
-D CMAKE_VERBOSE_MAKEFILE=true \
-D CMAKE_OSX_ARCHITECTURES='arm64' \
-D BUILD_SHARED_LIBS=ON \
-D USE_EPOCH_TIME=ON
Expand Down Expand Up @@ -75,6 +76,7 @@ jobs:
-G "Unix Makefiles" \
-D CMAKE_INSTALL_PREFIX=${{github.workspace}}/dist/darwin/x86_64 \
-D CMAKE_VERBOSE_MAKEFILE=true \
-D CMAKE_OSX_ARCHITECTURES='x86_64' \
-D BUILD_SHARED_LIBS=ON \
-D USE_EPOCH_TIME=ON
Expand Down

0 comments on commit 6352906

Please sign in to comment.