mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Fix typo
[SVN r25031]
This commit is contained in:
@@ -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 ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user