Skip to content

Commit

Permalink
Fix dynamic build imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Flamefire committed Aug 26, 2024
1 parent 0365755 commit 3ff8e5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ lib boost_locale
util/encoding.cpp
util/info.cpp
util/locale_data.cpp
:
: # requirements
$(cxx_requirements)
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
<define>BOOST_LOCALE_SOURCE
Expand All @@ -447,6 +447,8 @@ lib boost_locale
<target-os>windows:<define>_SCL_SECURE_NO_WARNINGS
# Meanwhile remove this
<conditional>@configure
: : $(cxx_requirements)
<define>BOOST_LOCALE_NO_LIB=1
: : # usage-requirements
$(cxx_requirements)
<link>shared:<define>BOOST_LOCALE_DYN_LINK=1
<define>BOOST_LOCALE_NO_LIB=1
;

0 comments on commit 3ff8e5a

Please sign in to comment.