Skip to content

Commit

Permalink
replaced libstdc++ macro by libc++ one
Browse files Browse the repository at this point in the history
  • Loading branch information
bebuch committed Oct 12, 2018
1 parent b8b05b7 commit 353e8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jamroot.jam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ project disposer_module
<toolset>clang:<cxxflags>-fvisibility=hidden
<toolset>clang:<cxxflags>-stdlib=libc++
<toolset>clang:<cxxflags>-Wno-gnu-string-literal-operator-template
<toolset>clang:<variant>debug:<define>_GLIBCXX_DEBUG
<toolset>clang:<variant>debug:<define>_LIBCPP_DEBUG
<toolset>clang:<linkflags>-lpthread
<toolset>clang:<linkflags>-ldl
<toolset>clang:<linkflags>-lc++abi
Expand Down

0 comments on commit 353e8ff

Please sign in to comment.