mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Use null 'resource type' if none is specified.
[SVN r55999]
This commit is contained in:
@@ -59,6 +59,7 @@ rule configure ( command ? : condition ? : options * )
|
||||
rule compile.resource ( target : sources * : properties * )
|
||||
{
|
||||
local rc-type = [ on $(target) return $(.RC_TYPE) ] ;
|
||||
rc-type ?= null ;
|
||||
compile.resource.$(rc-type) $(target) : $(sources[1]) ;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user