[PyQt] [SIP] fix libsip copy when qmake is used

Gwenhael Goavec-Merou gwenj at trabucayre.com
Wed May 16 08:50:30 BST 2018


Since revision f945942bc896 the QMAKE_POST_LINK is common to all case with
DESTDIR_TARGET as first argument for cp. This variable is not available on
linux (and maybe macos). Due to that, cp fails because DESTDIR_TARGET is empty,
destination is considered as source (and consequently missing).

The patch joined fixs this issue by duplicating QMAKE_POST_LINK according to
each case.

Gwenhael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sip-fix_libsip_copy_with_qmake.patch
Type: text/x-patch
Size: 1180 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20180516/f388540a/attachment.bin>


More information about the PyQt mailing list