From 5c205e6ea14ac1fad40720da0689256103739b60 Mon Sep 17 00:00:00 2001 From: KOBAYASHI Shuji Date: Tue, 1 Dec 2020 12:16:55 +0900 Subject: Revert "Create presym files for each build target" (58ba883e) Due to the above changes, it may not work with the existing build configurations in cross-compilation (even if we can build without presym), therefore revert it once (ref https://github.com/mruby/mruby/pull/5202#issuecomment-735412643). Sorry for the lack of consideration. --- lib/mruby/build.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'lib') diff --git a/lib/mruby/build.rb b/lib/mruby/build.rb index 1ada8b657..a03c5fefe 100644 --- a/lib/mruby/build.rb +++ b/lib/mruby/build.rb @@ -373,14 +373,6 @@ EOS def libraries [libmruby_static] end - - def presym_file - "#{build_dir}/presym" - end - - def presym_inc - "#{build_dir}/include/mruby/presym.inc" - end end # Build class CrossBuild < Build -- cgit v1.2.3