mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix rpath setting on intel. I've used undefined SPACE variable.
[SVN r29323]
This commit is contained in:
@@ -39,6 +39,8 @@ rule init ( version ? : command * : options * )
|
||||
|
||||
}
|
||||
|
||||
SPACE = " " ;
|
||||
|
||||
flags intel-linux.compile OPTIONS <inlining>off : "-Ob0" ;
|
||||
flags intel-linux.compile OPTIONS <inlining>on : "-Ob1" ;
|
||||
flags intel-linux.compile OPTIONS <inlining>full : "-Ob2" ;
|
||||
|
||||
Reference in New Issue
Block a user