12 lines
407 B
Text
12 lines
407 B
Text
|
Index: tools/generate_stubs/rules.gni
|
||
|
--- tools/generate_stubs/rules.gni.orig
|
||
|
+++ tools/generate_stubs/rules.gni
|
||
|
@@ -110,7 +110,6 @@ template("generate_stubs") {
|
||
|
"${target_gen_dir}/${invoker.output_name}.cc",
|
||
|
"${target_gen_dir}/${invoker.output_name}.h",
|
||
|
]
|
||
|
- libs = [ "dl" ]
|
||
|
include_dirs = [ target_gen_dir ]
|
||
|
if (defined(invoker.configs)) {
|
||
|
configs += invoker.configs
|