diff --git a/src/meson.build b/src/meson.build index 3d48a4d..2b38466 100644 --- a/src/meson.build +++ b/src/meson.build @@ -59,7 +59,7 @@ endif # Maintain compatibility with autotools; see: https://github.com/anholt/libepoxy/issues/108 if host_system == 'darwin' - common_ldflags += [ '-compatibility_version=1', '-current_version=1.0', ] + common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ] endif epoxy_deps = [ dl_dep, ]