| Index: third_party/cython/rules.gni
|
| diff --git a/third_party/cython/rules.gni b/third_party/cython/rules.gni
|
| index 04a9953e1df16b37b2f2901e1d829609b1b7f29c..ea6e0aebf6f4db6ab5bd43bd88f04301de446668 100644
|
| --- a/third_party/cython/rules.gni
|
| +++ b/third_party/cython/rules.gni
|
| @@ -29,6 +29,8 @@ template("python_binary_source_set") {
|
| "--cplus",
|
| "-I",
|
| rebase_path("//", root_build_dir),
|
| + "-I",
|
| + rebase_path(target_gen_dir, root_build_dir),
|
| "-o",
|
| rebase_path(cython_output, root_build_dir),
|
| ] + rebase_path(sources, root_build_dir)
|
|
|