[atk/gnome-3-28] build: Correct Darwin linker options
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk/gnome-3-28] build: Correct Darwin linker options
- Date: Sun, 15 Apr 2018 05:03:34 +0000 (UTC)
commit 16a5a58aa7a590b7d159b818bac899df46a64f92
Author: Philip Chimento <philip chimento gmail com>
Date: Sat Apr 7 23:45:48 2018 -0700
build: Correct Darwin linker options
The Darwin linker doesn't want equal signs here.
https://bugzilla.gnome.org/show_bug.cgi?id=795065
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9a224ef..b2384bd 100644
--- a/meson.build
+++ b/meson.build
@@ -82,7 +82,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]