From fe1ec4b914982e1918bf36b97419a9bfa59b28e1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 8 Oct 2019 16:58:59 +0300 Subject: Minor buildfile optimization --- libpkgconf/libpkgconf/buildfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libpkgconf/libpkgconf/buildfile b/libpkgconf/libpkgconf/buildfile index a035713..c29bc53 100644 --- a/libpkgconf/libpkgconf/buildfile +++ b/libpkgconf/libpkgconf/buildfile @@ -88,8 +88,7 @@ c.poptions =+ "-I$out_root" "-I$src_root" # if $msvc c.coptions += /wd4996 /wd4267 - -if $clang_msvc +elif $clang_msvc c.coptions += -Wno-deprecated-declarations -Wno-unused-function # Note: this should go last as it adds obj target-specific poptions. -- cgit v1.1