Skip to content

Commit ad84711

Browse files
authored
Update build help libtorrent flag (#175)
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.
1 parent c2c62da commit ad84711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/content/docs/build-help.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ You can export these before you run the script to set them. There is not specifi
2424

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

0 commit comments

Comments
 (0)