fwcd / m1xxx

Unofficial native Mixxx builds for macOS (Apple Silicon/Intel) and Linux
Other
37 stars 7 forks source link

Build `main` branch of `mixxx` with CLI flags rather than a patched tree #5

Closed fwcd closed 2 years ago

fwcd commented 2 years ago

Based on #9.

Background

We should avoid having to maintain a separate mixxx tree (that has to be merged/rebased frequently). Thankfully, only quite few patches to the CMakeLists.txt are needed for the arm64 macOS build, which we could extract into CLI flags, etc.

Solution

This branch extracts these flags into CLI flags (passed in the GitHub Actions workflow).