mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-19 04:22:15 +00:00
Add missing NO_LIB usage requirements.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
|
||||
project
|
||||
: source-location ../src
|
||||
project
|
||||
: source-location ../src
|
||||
;
|
||||
|
||||
SOURCES =
|
||||
cmdline config_file options_description parsers variables_map
|
||||
cmdline config_file options_description parsers variables_map
|
||||
value_semantic positional_options utf8_codecvt_facet
|
||||
convert winmain split
|
||||
;
|
||||
@@ -14,4 +14,5 @@ lib boost_program_options
|
||||
: # See https://svn.boost.org/trac/boost/ticket/5049
|
||||
<target-os>hpux,<toolset>gcc:<define>_INCLUDE_STDC__SOURCE_199901
|
||||
<link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK=1
|
||||
<define>BOOST_PROGRAM_OPTIONS_NO_LIB=1
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user