Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Aug 26, 2024
1 parent 723f582 commit 1958ac4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions build/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,9 @@ project
;

alias json_deps ;
alias json_sources : src.cpp : usage-requirements <define>BOOST_JSON_SOURCE ;
lib boost_json : json_sources ;
alias json_sources : src.cpp ;
lib boost_json : json_sources
: <link>shared:<define>BOOST_JSON_DYN_LINK=1
<link>static:<define>BOOST_JSON_STATIC_LINK=1
<define>BOOST_JSON_SOURCE
;
2 changes: 1 addition & 1 deletion test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@ run no_exceptions.cpp main.cpp /boost/json//json_sources
<exception-handling>off
<toolset>msvc:<cxxflags>"/wd4530" # C++ exception handler used
<toolset>msvc:<cxxflags>"/wd4577" # noexcept used without /EHsc
;
;

run intrusive_macros.cpp main.cpp /boost/json//json_deps ;

0 comments on commit 1958ac4

Please sign in to comment.