aboutsummaryrefslogtreecommitdiff
path: root/tools/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-06 21:13:38 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-06 21:13:38 +0200
commitc8ddd2afa2ad74e010f0951c200420bab7275f7a (patch)
tree210dc9f1aa5bb2dbfb123ee83d948441cc6a74b3 /tools/meson.build
parentRemove data/resources.qrc (diff)
downloadsmolbote-c8ddd2afa2ad74e010f0951c200420bab7275f7a.tar.xz
Remove updater
Diffstat (limited to 'tools/meson.build')
-rw-r--r--tools/meson.build10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/meson.build b/tools/meson.build
deleted file mode 100644
index 7008eca..0000000
--- a/tools/meson.build
+++ /dev/null
@@ -1,10 +0,0 @@
-if get_option('updater').enabled()
-custom_target('poi-update',
- input: files('src/updater/main.go'),
- output: 'poi-update',
- command: ['env', 'GOPATH='+meson.current_source_dir(), go, 'build', go_args, '-o=@OUTPUT@', 'updater'],
- build_by_default: true,
- install: true,
- install_dir: get_option('bindir'),
-)
-endif