Skip to content

Instantly share code, notes, and snippets.

@paolomainardi
Forked from paaloeye/gist:9713531
Created May 13, 2014 17:43
Show Gist options
  • Save paolomainardi/c756bfbfa2e9a1a6df59 to your computer and use it in GitHub Desktop.
Save paolomainardi/c756bfbfa2e9a1a6df59 to your computer and use it in GitHub Desktop.
82c82
< CONFIG["LIBRUBY_DLDFLAGS"] = "-undefineddynamic_lookup -multiply_definedsuppress -install_name $(libdir)/$(LIBRUBY_SO) -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(ruby_version) $(XLDFLAGS)"
---
> CONFIG["LIBRUBY_DLDFLAGS"] = "-undefineddynamic_lookup -multiply_defined suppress -install_name $(libdir)/$(LIBRUBY_SO) -current_version $(MAJOR).$(MINOR).$(TEENY) -compatibility_version $(ruby_version) $(XLDFLAGS)"
125c125
< CONFIG["DLDFLAGS"] = "-undefineddynamic_lookup -multiply_definedsuppress"
---
> CONFIG["DLDFLAGS"] = "-undefineddynamic_lookup -multiply_defined suppress"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment