Skip to content

Commit

Permalink
Whoops, forgot to set pkg-config
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 1, 2023
1 parent 3585c1f commit 59d5dce
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,16 @@ jobs:
cpp = 'clang++'
objc = 'clang'
objc++ = 'clang++'
pkg-config = 'arm64-homebrew/bin/pkg-config'
[constants]
target_flags = ['target', 'arm64-apple-macos11']
[built-in options]
c_args = ['target', 'arm64-apple-macos11']
cpp_args = ['target', 'arm64-apple-macos11']
objc_args = ['target', 'arm64-apple-macos11']
objcpp_args = ['target', 'arm64-apple-macos11']
c_args = target_flags
cpp_args = target_flags
objc_args = target_flags
objcpp_args = target_flags
[host_machine]
system = 'darwin'
Expand Down

0 comments on commit 59d5dce

Please sign in to comment.