Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 222105
Collapse All | Expand All

(-)configure.py (-2 / +4 lines)
Lines 254-260 Link Here
254
            installs=installs,
254
            installs=installs,
255
            static=opt_static,
255
            static=opt_static,
256
            debug=opt_debug,
256
            debug=opt_debug,
257
            universal=pyqt.universal
257
            universal=pyqt.universal,
258
            strip=0
258
        )
259
        )
259
    else:
260
    else:
260
        makefile = Makefile(
261
        makefile = Makefile(
Lines 263-269 Link Here
263
            install_dir=opt_qscimoddir,
264
            install_dir=opt_qscimoddir,
264
            installs=installs,
265
            installs=installs,
265
            static=opt_static,
266
            static=opt_static,
266
            debug=opt_debug
267
            debug=opt_debug,
268
            strip=0
267
        )
269
        )
268
    makefile.extra_include_dirs.append(opt_qsciincdir)
270
    makefile.extra_include_dirs.append(opt_qsciincdir)

Return to bug 222105