[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    Re: [PyQt] [SIP] fix libsip copy when qmake is used
From:       Phil Thompson <phil () riverbankcomputing ! com>
Date:       2018-05-16 8:24:19
Message-ID: CEDCDF34-9CAB-427E-ADB6-F9828FAE9FFC () riverbankcomputing ! com
[Download RAW message or body]

On 16 May 2018, at 8:50 am, Gwenhael Goavec-Merou <gwenj@trabucayre.com> wrote:
> 
> 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.

This is the right fix...

-QMAKE_POST_LINK = $(COPY_FILE) $(DESTDIR_TARGET) $$PY_MODULE
+QMAKE_POST_LINK = $(COPY_FILE) $$PY_MODULE_SRC $$PY_MODULE

...but thanks anyway.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
https://www.riverbankcomputing.com/mailman/listinfo/pyqt
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic