Skip to content

Commit

Permalink
Update build help libtorrent flag (#175)
Browse files Browse the repository at this point in the history
After exporting `libtorrent_version=1.2` and building, I noticed the script still built qbittorrent-nox with libtorrent 2.0, because the flag needs `qbt_` added.
  • Loading branch information
solarfl4re authored Oct 29, 2024
1 parent c2c62da commit ad84711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/build-help.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ You can export these before you run the script to set them. There is not specifi

| Build variable | Default if unset | Options | example usage |
| ------------------------------- | ----------------------------------- | ---------------------------------- | -------------------------------------------------------- |
| `libtorrent_version` | `2.0` | `1.2` `2.0` | `export libtorrent_version=2.0` |
| `qbt_libtorrent_version` | `2.0` | `1.2` `2.0` | `export qbt_libtorrent_version=2.0` |
| `qbt_qt_version` | `6.3` | `5.12` `5.15` `6.3` `6.3.1` | `export qbt_qt_version=6.3` |
| `qbt_build_tool` | `qmake` | `cmake` | `export qbt_build_tool=cmake` |
| `qbt_cross_name` | empty = `unset` (default to OS gcc) | `x86_64` `aarch64` `armv7` `armhf` | `export qbt_cross_name=aarch64` |
Expand Down

0 comments on commit ad84711

Please sign in to comment.