From fe310119b18433f16d9e9439b278175c72dc48e4 Mon Sep 17 00:00:00 2001 From: speedie Date: Mon, 8 May 2023 10:46:11 +0200 Subject: [PATCH] fix some warnings --- build.sh | 2 +- meson.build | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 981b355..64f2456 100755 --- a/build.sh +++ b/build.sh @@ -116,7 +116,7 @@ build() { ninja -C build - cp -f meson.build.orig meson.build + mv meson.build.orig meson.build } install() { diff --git a/meson.build b/meson.build index b8ae6cb..c937f9d 100644 --- a/meson.build +++ b/meson.build @@ -84,7 +84,6 @@ project_target = executable( meson.project_name(), project_source_files, install : true, dependencies: project_dependencies, - install : true, c_args : build_args, )