summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-03-14 14:03:03 +0100
committerAlejandro PiƱeiro <apinheiro@igalia.com>2019-03-09 11:58:15 +0100
commitc477cd4ea10663e05d71001c559835ea9c0d844d (patch)
tree8939f028d0a24996e0b85b53e293892cefc505ee
parentffe2366cd16336e73435e4c0d7bc8e824f54d47f (diff)
downloadatk-c477cd4ea10663e05d71001c559835ea9c0d844d.tar.gz
build: fix macOS common_ldflags
https://bugzilla.gnome.org/show_bug.cgi?id=794326
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 38a8605..d4858bc 100644
--- a/meson.build
+++ b/meson.build
@@ -75,7 +75,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