Skip to content

Commit

Permalink
Wrong stdlib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Preston A Elder committed Dec 8, 2020
1 parent 06f5b6e commit 62a5455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws-sdk-cpp/20201201/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function mason_compile {

CFLAGS=${CXXFLAGS//-mmacosx-version-min=10.8/-mmacosx-version-min=10.13}
CXXFLAGS=${CXXFLAGS//-mmacosx-version-min=10.8/-mmacosx-version-min=10.13}
CXXFLAGS="${CXXFLAGS} -stdlib=libc++" # Force use of libc++ (not libstdc++).
CXXFLAGS="${CXXFLAGS} -stdlib=c++" # Force use of libc++ (not libstdc++).

${MASON_CMAKE}/bin/cmake ../ \
-DCMAKE_BUILD_TYPE=Release \
Expand Down

0 comments on commit 62a5455

Please sign in to comment.