aboutsummaryrefslogtreecommitdiff
path: root/3rd-party/args/meson.build
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-04 22:00:25 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-04 23:03:40 +0200
commit93c92ce9791bb70cf3ff6af71e2f19e9b68d7584 (patch)
treefabbecb5a6712b400754ea1e5f7c892909d6e65c /3rd-party/args/meson.build
parentFix configuration not being read unless explicitly specified (diff)
downloadsmolbote-93c92ce9791bb70cf3ff6af71e2f19e9b68d7584.tar.xz
Disable plugins as broken
- Fix several Qt deprecated warnings
Diffstat (limited to '3rd-party/args/meson.build')
-rw-r--r--3rd-party/args/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rd-party/args/meson.build b/3rd-party/args/meson.build
index c4ef5dc..8b0c441 100644
--- a/3rd-party/args/meson.build
+++ b/3rd-party/args/meson.build
@@ -1,5 +1,5 @@
# This is a header-only lib, all we need to do is include it
dep_args = declare_dependency(
include_directories: include_directories('args.git')
-)
+).as_system('system')