From 72e5cb1acc44d495c29e7db48afdc66014ec560e Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 6 Aug 2024 22:38:58 +0800 Subject: [PATCH] ... --- .github/workflows/macos_arm64.yml | 4 ++-- packages/b/boost/xmake.lua | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_arm64.yml b/.github/workflows/macos_arm64.yml index a551c168742..7553e8df526 100644 --- a/.github/workflows/macos_arm64.yml +++ b/.github/workflows/macos_arm64.yml @@ -1,9 +1,9 @@ name: macOS (arm64) on: - pull_request: + push: branches: - - dev + - test jobs: build: diff --git a/packages/b/boost/xmake.lua b/packages/b/boost/xmake.lua index 4e6c08d32db..7bb4b55dfb0 100644 --- a/packages/b/boost/xmake.lua +++ b/packages/b/boost/xmake.lua @@ -86,6 +86,7 @@ package("boost") add_configs("lzma", {description = "enable lzma for iostreams", default = false, type = "boolean"}) on_load(function (package) + local function get_linkname(package, libname) local linkname if package:is_plat("windows") then