Kaydet (Commit) aed68136 authored tarafından Michael Stahl's avatar Michael Stahl

expat: GNUCOPY is empty on Darwin, use cp instead

Change-Id: I96893aa0aed6144c3888a85afe64f90d969e9448
üst a4b822e5
...@@ -23,11 +23,11 @@ $(eval $(call gb_UnpackedTarball_add_patches,expat,\ ...@@ -23,11 +23,11 @@ $(eval $(call gb_UnpackedTarball_add_patches,expat,\
# on windows 64 bit platform we need to link it twice: # on windows 64 bit platform we need to link it twice:
# with $(LINK_X64_BINARY) and with $(gb_LINK). # with $(LINK_X64_BINARY) and with $(gb_LINK).
$(eval $(call gb_UnpackedTarball_set_post_action,expat,\ $(eval $(call gb_UnpackedTarball_set_post_action,expat,\
$(GNUCOPY) lib/xmlparse.c lib/unicode_xmlparse.c \ cp lib/xmlparse.c lib/unicode_xmlparse.c \
$(if $(filter $(BUILD_X64),TRUE), && \ $(if $(filter $(BUILD_X64),TRUE), && \
$(GNUCOPY) lib/xmlparse.c lib/xmlparse_x64.c && \ cp lib/xmlparse.c lib/xmlparse_x64.c && \
$(GNUCOPY) lib/xmltok.c lib/xmltok_x64.c && \ cp lib/xmltok.c lib/xmltok_x64.c && \
$(GNUCOPY) lib/xmlrole.c lib/xmlrole_x64.c)\ cp lib/xmlrole.c lib/xmlrole_x64.c) \
)) ))
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment