Skip to content

Commit 05613da

Browse files
committed
Bugfix for SDCC filename on linux
1 parent 942caad commit 05613da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<mp:defaultLocation mp:hostplatform="mac" mp:dir="/*SDCC/bin"/>
7979

8080

81-
<mp:cCompiler mp:file="SDCC" mp:name="SDCC Compiler for 8-bit Devices">
81+
<mp:cCompiler mp:file="sdcc" mp:name="SDCC Compiler">
8282
<mp:versionProvider mp:class="org.laczik.toolchainSDCC.SDCCVersionProvider"/>
8383
<mp:builtinProvider mp:class="org.laczik.toolchainSDCC.SDCCBuiltinProvider"/>
8484
<mp:systemIncludeProvider mp:class="org.laczik.toolchainSDCC.SDCCSystemIncludeProvider"/>

0 commit comments

Comments
 (0)