We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91cab7d commit ef94bdfCopy full SHA for ef94bdf
workspace_tools/export/coide_kl25z.coproj.tmpl
@@ -23,7 +23,7 @@
23
<Option name="Library" value="Not use C Library"/>
24
<Option name="nostartfiles" value="0"/>
25
<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 %}"/>
+ ${project.path}/{{file}}; {% endfor %} {% for p in library_paths %}-L${project.path}/{{p}}; {% endfor %}"/>
27
<LinkedLibraries>
28
{% for lib in libraries %}
29
<Libset dir="" libs="{{lib}}"/>
0 commit comments