You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
547 B

  1. --- a/tools/gyp/pylib/gyp/generator/make.py
  2. +++ b/tools/gyp/pylib/gyp/generator/make.py
  3. @@ -174,7 +174,7 @@
  4. LINK_COMMANDS_MAC = """\
  5. quiet_cmd_alink = LIBTOOL-STATIC $@
  6. -cmd_alink = rm -f $@ && ./gyp-mac-tool filter-libtool libtool $(GYP_LIBTOOLFLAGS) -static -o $@ $(filter %.o,$^)
  7. +cmd_alink = rm -f $@ && ./gyp-mac-tool filter-libtool /usr/bin/libtool $(GYP_LIBTOOLFLAGS) -static -o $@ $(filter %.o,$^)
  8. quiet_cmd_link = LINK($(TOOLSET)) $@
  9. cmd_link = $(LINK.$(TOOLSET)) $(GYP_LDFLAGS) $(LDFLAGS.$(TOOLSET)) -o "$@" $(LD_INPUTS) $(LIBS)