From 8ba8f4eac4c2f3766fff0bf06d6f8613b4286436 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Mon, 13 Sep 2004 08:50:11 +0000 Subject: [PATCH] Fix typo [SVN r25031] --- v2/tools/gcc.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/tools/gcc.jam b/v2/tools/gcc.jam index de66d4cd7..0aac37821 100644 --- a/v2/tools/gcc.jam +++ b/v2/tools/gcc.jam @@ -68,7 +68,7 @@ flags gcc.compile OPTIONS 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 shared/LIB : -fPIC ; }