Skip to content

Commit

Permalink
Mk/Uses/pyqt.mk: Allow SIP_ARGS local assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
BSDKaffee committed Nov 2, 2023
1 parent 21e6684 commit 72d306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mk/Uses/pyqt.mk
Expand Up @@ -210,7 +210,7 @@ LICENSE?= ${PYQT_LICENSE}

PLIST_SUB+= PYTHON_MAJOR_VER="${PYTHON_MAJOR_VER}"

SIP_ARGS= --qmake ${QMAKE} \
SIP_ARGS+= --qmake ${QMAKE} \
--verbose \
--build-dir build \
--protected-is-public \
Expand Down

0 comments on commit 72d306e

Please sign in to comment.