diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-04-12 14:13:44 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-04-12 14:13:44 (GMT) |
commit | c351cdd43d8ba4956a90ca071e3585af25998678 (patch) | |
tree | f7bf71855425cbc4a1074c0e81772a64e5ed1516 | |
parent | a7e50dbde1deeaf3a8b104b9094a46c3625dce28 (diff) | |
download | mxe-c351cdd43d8ba4956a90ca071e3585af25998678.zip mxe-c351cdd43d8ba4956a90ca071e3585af25998678.tar.gz mxe-c351cdd43d8ba4956a90ca071e3585af25998678.tar.bz2 |
add native build of `patch` for darwin (#1295)
same as #1170, MacPorts has `gpatch` but Homebrew and Rudix don't
l--------- | plugins/native/darwin/patch.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/native/darwin/patch.mk b/plugins/native/darwin/patch.mk new file mode 120000 index 0000000..7121352 --- /dev/null +++ b/plugins/native/darwin/patch.mk @@ -0,0 +1 @@ +../patch.mk
\ No newline at end of file |