mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
also check for private PyQt5/sip in Mac bundling
This commit is contained in:
parent
857ad0a678
commit
a04bc860df
@ -290,7 +290,7 @@ ENDFOREACH (PYPATH)
|
||||
MESSAGE (STATUS "Copying sip...")
|
||||
PYTHONMODULEDIR("sip.so" SIPMODDIR)
|
||||
IF (SIPMODDIR)
|
||||
IF (NOT EXISTS "${QGISPYDIR}/sip.so")
|
||||
IF (NOT EXISTS "${QGISPYDIR}/sip.so" AND NOT EXISTS "${QGISPYDIR}/PyQt5/sip.so")
|
||||
# MYMESSAGE ("ditto ${QARCHS} \"${SIPMODDIR}/sip.so\" \"${QGISPYDIR}/\"")
|
||||
IF (${SIPMODDIR} MATCHES ".*PyQt5.*")
|
||||
EXECUTE_PROCESS (COMMAND ditto ${QARCHS} "${SIPMODDIR}/sip.so" "${QGISPYDIR}/PyQt5/")
|
||||
|
Loading…
x
Reference in New Issue
Block a user