Skip to content

Commit

Permalink
libjson-c: Disable -Werror for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jan 2, 2025
1 parent 42d44be commit 35e1db8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/libjson-c-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ platforms:
cmake .. \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D DISABLE_WERROR=ON \
-D CMAKE_INSTALL_PREFIX="{install}"
make: |
cd build
Expand All @@ -50,6 +51,7 @@ platforms:
cmake .. \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D DISABLE_WERROR=ON \
-D CMAKE_INSTALL_PREFIX="{install}" \
-D BUILD_STATIC_LIBS=ON \
-D BUILD_SHARED_LIBS=OFF
Expand Down

0 comments on commit 35e1db8

Please sign in to comment.