summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-24 21:55:14 +0000
committerMatthias Clasen <mclasen@redhat.com>2021-01-24 21:55:14 +0000
commit23e033aead84005d5d253de7f5e891b9eef60baa (patch)
treeda11169c87840011970de5e27f3ded4c3a96b3e5 /tests/meson.build
parent7c99441eda0e7a79d90b7a73faf93f1c89532120 (diff)
parent49b1f80a83433e5ddb18bd4e1577171fef8641e5 (diff)
downloadpango-23e033aead84005d5d253de7f5e891b9eef60baa.tar.gz
Merge branch 'fix-font-roundtrip' into 'master'
Fix font roundtrip Closes #530 See merge request GNOME/pango!280
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index ba96ac2c..bdccd55d 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -8,6 +8,8 @@ endif
if host_system == 'windows'
test_cflags += '-DHAVE_WIN32'
+elif host_system == 'darwin'
+ test_cflags += '-DHAVE_CARBON'
endif
test_env = environment()