Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 6, 2024
1 parent 18cb6e5 commit 72e5cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_arm64.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: macOS (arm64)

on:
pull_request:
push:
branches:
- dev
- test

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions packages/b/boost/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72e5cb1

Please sign in to comment.