mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 19:25:38 +02:00
Fix for PR 70788
This commit is contained in:
parent
52272757a0
commit
ff51abc278
1 changed files with 2 additions and 0 deletions
|
@ -488,6 +488,7 @@
|
|||
name="%ToolName.linker.macosx.c"
|
||||
outputFlag="-o"
|
||||
command="gcc"
|
||||
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||
id="cdt.managedbuild.tool.macosx.c.linker">
|
||||
<envVarBuildPath
|
||||
pathType="buildpathLibrary"
|
||||
|
@ -624,6 +625,7 @@
|
|||
name="%ToolName.linker.macosx.cpp"
|
||||
outputFlag="-o"
|
||||
command="g++"
|
||||
commandLinePattern="${COMMAND} ${FLAGS} ${OUTPUT_FLAG} ${OUTPUT_PREFIX}${OUTPUT} ${INPUTS}"
|
||||
id="cdt.managedbuild.tool.macosx.cpp.linker">
|
||||
<envVarBuildPath
|
||||
pathType="buildpathLibrary"
|
||||
|
|
Loading…
Add table
Reference in a new issue