From 6993f9659dfa51e0e552cf6fb84f0182da9d1d9e Mon Sep 17 00:00:00 2001 From: Stefan-Olt Date: Mon, 30 Sep 2024 22:41:30 +0200 Subject: [PATCH] macos aarch64 fix try --- .github/workflows/build-plugins-macos-aarch64.yml | 3 ++- plugins/bifrost.json | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-plugins-macos-aarch64.yml b/.github/workflows/build-plugins-macos-aarch64.yml index c6134d5..89e186f 100644 --- a/.github/workflows/build-plugins-macos-aarch64.yml +++ b/.github/workflows/build-plugins-macos-aarch64.yml @@ -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 diff --git a/plugins/bifrost.json b/plugins/bifrost.json index 348ab2a..d7a8081 100644 --- a/plugins/bifrost.json +++ b/plugins/bifrost.json @@ -14,7 +14,9 @@ "tests": [ { "name": "test-filter-0", - "create_files": [ "test-filter-0.vpy" ], + "create_files": [ + "test-filter-0.vpy" + ], "commands": [ { "cwd": "{TESTDIR}",