Skip to content

Commit

Permalink
Bugfix for SDCC filename on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mc6pac committed Apr 27, 2017
1 parent 942caad commit 05613da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/laczik/toolchainSDCC/sdcc.languageToolchain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<mp:defaultLocation mp:hostplatform="mac" mp:dir="/*SDCC/bin"/>


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

0 comments on commit 05613da

Please sign in to comment.