Skip to content

Commit

Permalink
Fix release build for musl targets
Browse files Browse the repository at this point in the history
  • Loading branch information
ergrelet committed Mar 24, 2024
1 parent f4fb41b commit ce836cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build]
pre-build = [ # additional commands to run prior to building the package
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libglib2.0-dev:$CROSS_DEB_ARCH"
]
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ SUBCOMMANDS:

## How to Build

On **Ubuntu**, you might need to install: `libxcb-shape0-dev` and `libxcb-xfixes0-dev`.
On **Ubuntu**, you might need to install: `libxcb-shape0-dev`,
`libxcb-xfixes0-dev` and `libglib2.0-dev`.

```
git clone https://github.com/ergrelet/resym.git && cd resym
Expand Down

0 comments on commit ce836cc

Please sign in to comment.