Add missing import-search for cconfig/predef checks.

This commit is contained in:
Rene Rivera
2024-05-04 23:28:24 -05:00
parent 44b4e71c73
commit 2919144a41

View File

@@ -22,6 +22,7 @@ project
import modules ;
import-search /boost/config/checks ;
import config : requires ;
local is_unix = [ modules.peek : UNIX ] ;
@@ -102,7 +103,7 @@ test-suite config
<threading>single
<define>BOOST_DYN_LINK=1
<define>BOOST_CONFIG_NO_LIB=1
<target-os>vxworks:<link>shared
<target-os>vxworks:<link>shared
:
config_link_test
]