mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 09:16:02 +02:00
setting library path option to be of the libPaths type like it should be
This commit is contained in:
parent
9956a9075f
commit
94652e017d
1 changed files with 1 additions and 1 deletions
|
@ -2488,7 +2488,7 @@
|
||||||
command="-L"
|
command="-L"
|
||||||
id="xlc.c.link.option.paths"
|
id="xlc.c.link.option.paths"
|
||||||
browseType="directory"
|
browseType="directory"
|
||||||
valueType="stringList">
|
valueType="libPaths">
|
||||||
</option>
|
</option>
|
||||||
<option
|
<option
|
||||||
name="%Option.UserObjs"
|
name="%Option.UserObjs"
|
||||||
|
|
Loading…
Add table
Reference in a new issue