2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00
[SVN r25031]
This commit is contained in:
Vladimir Prus
2004-09-13 08:50:11 +00:00
parent 55275ff326
commit 8ba8f4eac4

View File

@@ -68,7 +68,7 @@ flags gcc.compile OPTIONS <profiling>on : -pg ;
# But we'll solve that problem when it's time. In that case
# we'll just add another parameter to 'init' and move this login
# inside 'init'.
if [ os.path ] != CYGWIN
if [ os.name ] != CYGWIN
{
flags gcc.compile OPTIONS <link>shared/<main-target-type>LIB : -fPIC ;
}