Skip to content

Commit

Permalink
Merge pull request #8 from jakirkham/drop_ldflags_stdlib
Browse files Browse the repository at this point in the history
Drop `-stdlib=libc++` from `LDFLAGS`
  • Loading branch information
jakirkham authored Jun 20, 2016
2 parents 66ce009 + 8794a28 commit d809ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion recipe/activate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
export CXXFLAGS="${CXXFLAGS} -stdlib=libc++"
export LDFLAGS="${LDFLAGS} -headerpad_max_install_names"
export LDFLAGS="${LDFLAGS} -mmacosx-version-min=${MACOSX_VERSION_MIN}"
export LDFLAGS="${LDFLAGS} -stdlib=libc++ -lc++"
export LDFLAGS="${LDFLAGS} -lc++"
export LINKFLAGS="${LDFLAGS}"
elif [ "$(uname)" == "Linux" ]
then
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: toolchain
version: 1.1.0
version: 1.1.1

build:
number: 0
Expand Down

0 comments on commit d809ecc

Please sign in to comment.