Skip to content

Commit

Permalink
Fix target arguments lol
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 2, 2023
1 parent 6c7918e commit e545d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
pkg-config = '/Users/runner/work/arm64-homebrew/bin/pkg-config'
[constants]
target_flags = ['target', 'arm64-apple-macos11']
target_flags = ['-target', 'arm64-apple-macos11']
[built-in options]
c_args = target_flags
Expand Down

0 comments on commit e545d41

Please sign in to comment.