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

(-)a/src/core/gn_run.pro (+1 lines)
Lines 38-42 build_pass|!debug_and_release { Link Here
38
    }
38
    }
39
39
40
    gn_args += $$(EXTRA_GN)
40
    gn_args = $$system_quote($$gn_args)
41
    gn_args = $$system_quote($$gn_args)
41
    gn_src_root = $$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir()))
42
    gn_src_root = $$system_quote($$system_path($$QTWEBENGINE_ROOT/$$getChromiumSrcDir()))
42
    gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir()))
43
    gn_build_root = $$system_quote($$system_path($$OUT_PWD/$$getConfigDir()))
43
    gn_python = "--script-executable=$$pythonPathForSystem()"
44
    gn_python = "--script-executable=$$pythonPathForSystem()"

Return to bug 774186