diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index 9721e276..dc50240c 100644 --- a/meson.build +++ b/meson.build @@ -147,7 +147,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 |