mirror of
https://github.com/ankitects/anki.git
synced 2026-09-10 09:51:22 -04:00
Two build fixes found while getting the build working on FreeBSD.
1. **Remove hardcoded `#!/bin/bash` paths and use /usr/bin/env instead
/**
2. **env_remove("YARN_BINARY")**
Tested on FreeBSD 16.0-CURRENT amd64.
A second series adds FreeBSD support with `platform` variants,
environment overrides, PyQt6 handling and docs.
Closes #5301
4 lines
120 B
Bash
Executable File
4 lines
120 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cargo install --git https://github.com/evmar/n2.git --rev 53ec691df749277104d1d4201a344fe4243d6d0a
|