Skip to content

Commit

Permalink
macos aarch64 fix try
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Olt committed Sep 30, 2024
1 parent fac7481 commit 6993f96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-plugins-macos-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
run: |
cd ${{ github.workspace }}
export CFLAGS="-mmacosx-version-min=11.0 -mmacos-version-min=11.0"
export CFLAGS="${CFLAGS} -I/opt/homebrew/include -mmacosx-version-min=11.0 -mmacos-version-min=11.0"
export CPPFLAGS="${CPPFLAGS} -I/opt/homebrew/include -mmacosx-version-min=11.0 -mmacos-version-min=11.0"
export MACOSX_DEPLOYMENT_TARGET="11.0"
export MACOS_DEPLOYMENT_TARGET="11.0"
python3 -m pip install --break-system-packages pyzstd click
Expand Down
4 changes: 3 additions & 1 deletion plugins/bifrost.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"tests": [
{
"name": "test-filter-0",
"create_files": [ "test-filter-0.vpy" ],
"create_files": [
"test-filter-0.vpy"
],
"commands": [
{
"cwd": "{TESTDIR}",
Expand Down

0 comments on commit 6993f96

Please sign in to comment.