Skip to content

Commit

Permalink
dylibbundler: Use the right CXXFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandesign committed Jun 4, 2018
1 parent 0f4b969 commit 97372ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/dylibbundler/Portfile
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0

name dylibbundler
version 0.4.4
revision 2
revision 3
categories devel
platforms darwin
maintainers nomaintainer
Expand Down Expand Up @@ -48,7 +48,7 @@ use_configure no

variant universal {}

build.args CXX="${configure.cxx} [get_canonical_archflags cxx]"
build.args CXX="${configure.cxx} ${configure.cxxflags} [get_canonical_archflags cxx]"

destroot.args PREFIX=${prefix}

Expand Down

0 comments on commit 97372ea

Please sign in to comment.