Skip to content

Commit

Permalink
try test
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Dec 24, 2023
1 parent 043ea92 commit 262f328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_scons/site_tools/rednose_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def compile_single_filter(env, target, filter_gen_script, output_dir, extra_gen_
generator_file = File(filter_gen_script)

env.Command(generated_src_files + extra_generated_files,
[generator_file] + script_deps, f"{File(generator_file).relpath} {target} {Dir(output_dir).relpath}")
[generator_file] + script_deps, f"{File(generator_file).abspath} {target} {Dir(output_dir).relpath}")

generated_cc_file = File(generated_src_files[:1])

Expand Down

0 comments on commit 262f328

Please sign in to comment.