Skip to content

Commit

Permalink
libnghttp2, macOS: fix compat issue with newer Xcode
Browse files Browse the repository at this point in the history
Xcode dropped support for 'buildsystem=1' option.
  • Loading branch information
micahsnyder committed Aug 31, 2024
1 parent f86ffaa commit d22602a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/libnghttp2-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ platforms:
mkdir build
cd build
cmake .. \
-G Xcode -T buildsystem=1 \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D OPENSSL_ROOT_DIR="{install}" \
-D OPENSSL_INCLUDE_DIRS="{includes}" \
Expand Down Expand Up @@ -66,7 +66,7 @@ platforms:
mkdir build
cd build
cmake .. \
-G Xcode -T buildsystem=1 \
-G Xcode \
-D CMAKE_OSX_ARCHITECTURES="arm64;x86_64" \
-D OPENSSL_ROOT_DIR="{install}" \
-D OPENSSL_INCLUDE_DIRS="{includes}" \
Expand Down

0 comments on commit d22602a

Please sign in to comment.