diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2019-01-18 16:17:58 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-01-18 16:17:58 +0900 |
| commit | cb1946f26c7113b00fe6803683a417a390c343c1 (patch) | |
| tree | b3bb8eb84a31ea4d287590be61af5f1aa4d50440 /src/mruby_core.rake | |
| parent | 3d32be6f3edefa335b1c93cccfc21dde1f6e1e77 (diff) | |
| parent | 366a14f297a6b31301b8e01f5ef21ad8fe184977 (diff) | |
| download | mruby-cb1946f26c7113b00fe6803683a417a390c343c1.tar.gz mruby-cb1946f26c7113b00fe6803683a417a390c343c1.zip | |
Merge pull request #4233 from shuujii/remove-special-treatments-for-without-float-in-build-scripts
Remove special treatments for `MRB_WITHOUT_FLOAT` in build scripts
Diffstat (limited to 'src/mruby_core.rake')
| -rw-r--r-- | src/mruby_core.rake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mruby_core.rake b/src/mruby_core.rake index 3024c8544..73fddb220 100644 --- a/src/mruby_core.rake +++ b/src/mruby_core.rake @@ -5,7 +5,6 @@ MRuby.each_target do objs = Dir.glob("#{current_dir}/*.c").map { |f| next nil if cxx_exception_enabled? and f =~ /(error|vm).c$/ - next nil if self.cc.defines.flatten.include?("MRB_WITHOUT_FLOAT") and f =~ /fmt_fp.c$/ objfile(f.pathmap("#{current_build_dir}/%n")) }.compact |
