mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Add missing outputPrefix to MacOS X shared library tool-chain
This commit is contained in:
parent
e7a70d2d22
commit
8112953dc9
1 changed files with 2 additions and 0 deletions
|
@ -2526,6 +2526,7 @@
|
|||
</option>
|
||||
<outputType
|
||||
outputs="dylib"
|
||||
outputPrefix="lib"
|
||||
buildVariable="LIBRARIES"
|
||||
superClass="cdt.managedbuild.tool.macosx.cpp.linker.output"
|
||||
id="cdt.managedbuild.tool.macosx.cpp.linker.macosx.so.debug.output">
|
||||
|
@ -2629,6 +2630,7 @@
|
|||
</option>
|
||||
<outputType
|
||||
outputs="dylib"
|
||||
outputPrefix="lib"
|
||||
buildVariable="LIBRARIES"
|
||||
superClass="cdt.managedbuild.tool.macosx.cpp.linker.output"
|
||||
id="cdt.managedbuild.tool.macosx.cpp.linker.macosx.so.release.output">
|
||||
|
|
Loading…
Add table
Reference in a new issue