mirror of
https://github.com/boostorg/build.git
synced 2026-02-12 12:02:24 +00:00
* tools/rc.jam
Handle LINUX, as well. Patch from Jurgen Hunold. [SVN r20693]
This commit is contained in:
@@ -27,6 +27,8 @@ rule resource-compile ( target : sources * : properties * )
|
||||
create-empty-object $(target) : $(sources[1]) ;
|
||||
case "SOLARIS" :
|
||||
create-empty-object $(target) : $(sources[1]) ;
|
||||
case "LINUX" :
|
||||
create-empty-object $(target) : $(sources[1]) ;
|
||||
case "*" :
|
||||
errors.error "Cannot process RC files for OS=$(OS)" ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user