Skip to content

Commit

Permalink
fix relpath elf
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Dec 26, 2023
1 parent 9b5a4ad commit 92dfdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rednose/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if common != "":

ekf_objects = env.SharedObject(cc_sources)
rednose = env.Library("helpers/ekf_sym", ekf_objects, LIBS=libs)
rednose_python = envCython.Program("helpers/ekf_sym_pyx.so", [File("helpers/ekf_sym_pyx.pyx").relpath, File(ekf_objects).relpath],
rednose_python = envCython.Program("helpers/ekf_sym_pyx.so", [File("helpers/ekf_sym_pyx.pyx").relpath, ekf_objects],
LIBS=libs + envCython["LIBS"])

Export('rednose', 'rednose_python')

0 comments on commit 92dfdd3

Please sign in to comment.