In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/6354881af5af0679c270bbd6fe87f1cb7cfeeb37?hp=2596c5fb5d425fd255b0afcad96ceb5b1a9c3994>

- Log -----------------------------------------------------------------
commit 6354881af5af0679c270bbd6fe87f1cb7cfeeb37
Author: Jarkko Hietaniemi <[email protected]>
Date:   Fri Nov 21 06:50:36 2014 -0500

    Document MACOSX_DEPLOYMENT_TARGET.
-----------------------------------------------------------------------

Summary of changes:
 hints/darwin.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hints/darwin.sh b/hints/darwin.sh
index 3e92add..fec05fd 100644
--- a/hints/darwin.sh
+++ b/hints/darwin.sh
@@ -201,6 +201,8 @@ case "$osvers" in
    lddlflags="${ldflags} -bundle -undefined suppress"
    ;;
 *) 
+   # MACOSX_DEPLOYMENT_TARGET selects the minimum OS level we want to support
+   # 
https://developer.apple.com/library/mac/documentation/DeveloperTools/Conceptual/cross_development/Configuring/configuring.html
    lddlflags="${ldflags} -bundle -undefined dynamic_lookup"
    case "$ld" in
        *MACOSX_DEVELOPMENT_TARGET*) ;;

--
Perl5 Master Repository

Reply via email to