[atk/gnome-3-32: 9/27] build: fix macOS common_ldflags
- From: Alejandro Piñeiro <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk/gnome-3-32: 9/27] build: fix macOS common_ldflags
- Date: Mon, 11 Mar 2019 11:00:45 +0000 (UTC)
commit c477cd4ea10663e05d71001c559835ea9c0d844d
Author: Jan Tojnar <jtojnar gmail com>
Date: Wed Mar 14 14:03:03 2018 +0100
build: fix macOS common_ldflags
https://bugzilla.gnome.org/show_bug.cgi?id=794326
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]