mirror of https://github.com/ARMmbed/mbed-os.git
project path in -L
parent
91cab7dcfb
commit
ef94bdf041
|
@ -23,7 +23,7 @@
|
||||||
<Option name="Library" value="Not use C Library"/>
|
<Option name="Library" value="Not use C Library"/>
|
||||||
<Option name="nostartfiles" value="0"/>
|
<Option name="nostartfiles" value="0"/>
|
||||||
<Option name="UserEditLinker" value="--specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %}
|
<Option name="UserEditLinker" value="--specs=nano.specs; -u _printf_float; -u _scanf_float; {% for file in object_files %}
|
||||||
${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 %}"/>
|
||||||
<LinkedLibraries>
|
<LinkedLibraries>
|
||||||
{% for lib in libraries %}
|
{% for lib in libraries %}
|
||||||
<Libset dir="" libs="{{lib}}"/>
|
<Libset dir="" libs="{{lib}}"/>
|
||||||
|
|
Loading…
Reference in New Issue