Skip to content

Commit

Permalink
macOS: Fix master version
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoyt4 committed Feb 10, 2024
1 parent e1c55a7 commit 74c8249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macOS/compileMythtvAnsible.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Standard options:
Example: ${2}
--version=MYTHTV_VERS Requested mythtv git repo (${1})
Example: master for the latest master
fixes/33 for version 33
fixes/34 for version 34
--database-version=DATABASE_VERS Requested version of mariadb/mysql to build agains (${3})
--qt-version=qt5 Select Qt version to build against (${4})
Example: qt5 for qt5
Expand Down Expand Up @@ -117,7 +117,7 @@ OS_ARCH=$(/usr/bin/arch)
BUILD_PLUGINS=false
PYTHON_VERS="311"
UPDATE_PKGMGR=false
MYTHTV_VERS="fixes/34"
MYTHTV_VERS="master"
MYTHTV_PYTHON_SCRIPT="ttvdb4"
QT_VERS=qt5
GENERATE_APP=true
Expand Down

0 comments on commit 74c8249

Please sign in to comment.