2
0
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:
Vladimir Prus
2005-05-31 14:47:41 +00:00
parent 61ca5d6812
commit 2e58adfa9f

View File

@@ -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" ;