diff options
author | Christian Hergert <chergert@redhat.com> | 2020-07-17 17:57:17 -0700 |
---|---|---|
committer | Christian Hergert <chergert@redhat.com> | 2020-07-21 14:45:12 -0700 |
commit | 7884ab61610162aab4229c5f8ac4ba7904954d7c (patch) | |
tree | c6c9c5def3866ec6c91a18d7bd1e17e964085e2a /meson.build | |
parent | d66ac4981ebd43922eb098701a9848bd26b5fe5b (diff) | |
download | gtk+-7884ab61610162aab4229c5f8ac4ba7904954d7c.tar.gz |
build: fix linking support on macOS with Clang
This was preventing any sort of building on macOS, even though the quartz
backend is currently non-functional. Fixing this is a pre-requisite to
getting a new macOS backend compiling.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index 1b3358fe70..2d33e6fe34 100644 --- a/meson.build +++ b/meson.build @@ -314,11 +314,6 @@ if os_unix and not os_darwin endforeach endif -# Maintain compatibility with autotools -if os_darwin - common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ] -endif - confinc = include_directories('.') gdkinc = include_directories('gdk') gskinc = include_directories('gsk') |