Skip to content

Commit

Permalink
Merge pull request #1 from birros/fix/darwin-libs
Browse files Browse the repository at this point in the history
fix macOS & iOS libs
  • Loading branch information
birros authored Mar 30, 2023
2 parents 91d4fa3 + dbe9bdd commit 7da641e
Show file tree
Hide file tree
Showing 8 changed files with 182 additions and 110 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ Heavily inspired by [Homebrew](https://github.com/Homebrew/brew) and
```shell
$ brew install cmake golang go-task meson ninja
$ VERSION=v0.0.1 task
$ ls build/darwin/universal/libs
$ ls build/macos/universal/libs
libass.9.dylib
libavcodec.59.dylib
libavfilter.8.dylib
...
$ ls build/darwin/universal/packages
libmpv-v0.0.1-darwin-universal.tar.gz
$ ls build/macos/universal/packages
libmpv-v0.0.1-macos-universal.tar.gz
```

## Dependencies
Expand Down Expand Up @@ -111,7 +111,7 @@ the cost of some heaviness regarding legacy packages.
├── build
│ ├── tool-versions.lock # versions of tools used during build
│ ├── tools # "sanboxed" tools & pkg-config are stored here
│ ├── darwin
│ ├── macos
│ └── ios
│ ├── universal # amd64 & arm64 builds are merge here with lipo
│ ├── amd64
Expand Down
Loading

0 comments on commit 7da641e

Please sign in to comment.