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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/make_cffi.py
0
++ b/make_cffi.py
Lines 84-90 distutils.sysconfig.customize_compiler(compiler) Link Here
84
# Distutils doesn't set compiler.preprocessor, so invoke the preprocessor
84
# Distutils doesn't set compiler.preprocessor, so invoke the preprocessor
85
# manually.
85
# manually.
86
if compiler.compiler_type == "unix":
86
if compiler.compiler_type == "unix":
87
    args = list(compiler.executables["compiler"])
87
    args = compiler.compiler
88
    args.extend(
88
    args.extend(
89
        ["-E", "-DZSTD_STATIC_LINKING_ONLY", "-DZDICT_STATIC_LINKING_ONLY",]
89
        ["-E", "-DZSTD_STATIC_LINKING_ONLY", "-DZDICT_STATIC_LINKING_ONLY",]
90
    )
90
    )

Return to bug 728330