[libgd/wip/meson] meson: Remove redundant 'lib' from library name
- From: Zeeshan Ali <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [libgd/wip/meson] meson: Remove redundant 'lib' from library name
- Date: Tue, 11 Oct 2016 14:23:48 +0000 (UTC)
commit 4afefeb39111fc3e426bf01ee96a3460e7fce197
Author: Zeeshan Ali <zeenix gmail com>
Date:   Tue Oct 11 16:22:59 2016 +0200
    meson: Remove redundant 'lib' from library name
 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index f1de3d9..8fc7eff 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@ project('libgd', 'c')
 
 gtk = dependency('gtk+-3.0')
 cc = meson.get_compiler('c')
-libm = cc.find_library('libm', required: false)
+libm = cc.find_library('m', required: false)
 
 sources = [ 'libgd/gd.h',
             'libgd/gd-types-catalog.c',
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]