mirror of
https://github.com/boostorg/predef.git
synced 2025-07-28 03:07:14 +02:00
Compare commits
1 Commits
pr/cmake-l
...
boost-1.71
Author | SHA1 | Date | |
---|---|---|---|
fe62325d9f |
@ -88,7 +88,7 @@ local rule check_target ( language key : requirements * )
|
||||
local source_path
|
||||
= $(predef_jam:D)/predef_check_cc_as_$(language).$(.$(language).ext) ;
|
||||
local include_path
|
||||
= $(predef_jam:D)/../../include ;
|
||||
= $(predef_jam:D)/../../include $(BOOST_ROOT) ;
|
||||
obj predef_check_cc_$(key)
|
||||
: $(source_path)
|
||||
: <include>$(include_path) $(requirements) ;
|
||||
|
Reference in New Issue
Block a user