diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-04 07:00:05 -0800 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2013-01-04 07:00:05 -0800 |
| commit | fe954098b30bc5cec1c0576831b12d089ccc188b (patch) | |
| tree | 6fedffc4719294243c96798040ba56ff1bd4dfb5 /tasks/rules.rake | |
| parent | db2fed84d1414331b95f30d84912295a276c4837 (diff) | |
| parent | b8a6c5ce0d453ce22e31d12265978931e52c1957 (diff) | |
| download | mruby-fe954098b30bc5cec1c0576831b12d089ccc188b.tar.gz mruby-fe954098b30bc5cec1c0576831b12d089ccc188b.zip | |
Merge pull request #687 from masuidrive/fixed_mrbgems_issues
Fixed some mrbgems building issues
Diffstat (limited to 'tasks/rules.rake')
| -rw-r--r-- | tasks/rules.rake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/rules.rake b/tasks/rules.rake index f53f3bccd..7d988cde3 100644 --- a/tasks/rules.rake +++ b/tasks/rules.rake @@ -12,6 +12,8 @@ MRuby.each_target do |t| { '.c' => proc { |t| compile_c t.name, t.prerequisites.first }, '.cpp' => proc { |t| compile_cxx t.name, t.prerequisites.first }, + '.cxx' => proc { |t| compile_cxx t.name, t.prerequisites.first }, + '.cc' => proc { |t| compile_cxx t.name, t.prerequisites.first }, '.m' => proc { |t| compile_objc t.name, t.prerequisites.first }, '.S' => proc { |t| compile_asm t.name, t.prerequisites.first } }.each do |ext, compile| |
