Merge pull request #128 from tschoonj/patch-1

meson.build: fix macOS common_ldflags
macos/v1.5.9
Emmanuele Bassi 7 years ago committed by GitHub
commit f145ea4d23
  1. 2
      src/meson.build

@ -59,7 +59,7 @@ endif
# Maintain compatibility with autotools; see: https://github.com/anholt/libepoxy/issues/108 # Maintain compatibility with autotools; see: https://github.com/anholt/libepoxy/issues/108
if host_system == 'darwin' if host_system == 'darwin'
common_ldflags += [ '-compatibility_version=1', '-current_version=1.0', ] common_ldflags += [ '-compatibility_version 1', '-current_version 1.0', ]
endif endif
epoxy_deps = [ dl_dep, ] epoxy_deps = [ dl_dep, ]

Loading…
Cancel
Save