summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKhaled Hosny <khaledhosny@eglug.org>2018-05-26 20:58:54 +0000
committerKhaled Hosny <khaledhosny@eglug.org>2018-05-26 20:58:54 +0000
commit4032ff276cc73f368459b8d341ebcdcadff53640 (patch)
treeb9665ae7cd54ee950e4fc741c22a04be356b7539
parentf661cdbf8cfbdb2ba7241d8dfa4a579c6dfe0a94 (diff)
parent73e454832a7ac592dfa600cb6b495dc99660b0ca (diff)
downloadpango-4032ff276cc73f368459b8d341ebcdcadff53640.tar.gz
Merge branch '304-fix-linker-options-on-darwin' into 'master'
Resolve "Fix linker options on Darwin" Closes #304 See merge request GNOME/pango!1
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 9721e276..dc50240c 100644
--- a/meson.build
+++ b/meson.build
@@ -147,7 +147,7 @@ endif
# Maintain compatibility with autotools on macOS
if host_machine.system() == 'darwin'
- common_ldflags += [ '-compatibility_version=1', '-current_version=1.0', ]
+ common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ]
endif
# Functions