Skip to content

Commit ef94bdf

Browse files
committed
project path in -L
1 parent 91cab7d commit ef94bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace_tools/export/coide_kl25z.coproj.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<Option name="Library" value="Not use C Library"/>
2424
<Option name="nostartfiles" value="0"/>
2525
<Option name="UserEditLinker" value="--specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %}
26-
${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L{{p}}; {% endfor %}"/>
26+
${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L${project.path}/{{p}}; {% endfor %}"/>
2727
<LinkedLibraries>
2828
{% for lib in libraries %}
2929
<Libset dir="" libs="{{lib}}"/>

0 commit comments

Comments
 (0)