From 54afcf199f487579979fc6902ea8692667c58a63 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Sat, 24 Oct 2020 19:33:36 +0300 Subject: Update wraps --- linux/meson.build | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'linux') diff --git a/linux/meson.build b/linux/meson.build index 5b5c79e..87154f9 100644 --- a/linux/meson.build +++ b/linux/meson.build @@ -16,15 +16,3 @@ foreach f : desktop_files configure_file(input: f + '.in', output: f, configuration: conf, install_dir: desktop_dir) endforeach -# producing debug symbols -if get_option('crashhandler').enabled() -custom_target('poi-sym', - input: poi_exe, - output: 'poi.sym', - capture: true, - command: [ find_program('dump_syms'), '@INPUT@' ], - build_by_default: false, -# install_dir: symbols/poi/$(head -n1 linux/poi.sym | awk '{ print $(NF-1) }') -) -endif - -- cgit v1.2.1