Skip to content

Commit

Permalink
Merge pull request #64 from RyanLucchese/support_lowercase_s_ext_asm
Browse files Browse the repository at this point in the history
added mapping for lowercase .s extension for assembly sources
  • Loading branch information
Magnus Auvinen committed May 4, 2015
2 parents d26c2de + 1193a8a commit b05843c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools.lua
Expand Up @@ -288,6 +288,7 @@ AddTool(function (settings)
settings.compile.mappings["c"] = CompileC
settings.compile.mappings["m"] = CompileC
settings.compile.mappings["S"] = CompileC
settings.compile.mappings["s"] = CompileC
end)

AddTool(function (settings)
Expand Down

0 comments on commit b05843c

Please sign in to comment.