arojas added inline comments.

INLINE COMMENTS

> bruns wrote in run-sip.py:11
> Is there a gurantee `-n` and its arg are space separated?
> 
> otherwise:
> 
>   import re
>   m = re.search('-n\s*(\S+)', PYQT_CONFIGURATION["sip_flags"])
>   if m:
>     sipArgs = ['-n', m.group(1)] + sipArgs

I find it highly unlikely that they aren't, but it's certainly possible

REPOSITORY
  R240 Extra CMake Modules

REVISION DETAIL
  https://phabricator.kde.org/D15091

To: arojas, #frameworks, bruns
Cc: kde-frameworks-devel, kde-buildsystem, michaelh, ngraham, bruns

Reply via email to