diff --git a/src/tools/rc.jam b/src/tools/rc.jam index 077e9446c..9964d339b 100644 --- a/src/tools/rc.jam +++ b/src/tools/rc.jam @@ -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]) ; }