Skip to content

Commit

Permalink
add a small note to the setup sequence when we are using the bootstra…
Browse files Browse the repository at this point in the history
…pped lib
  • Loading branch information
Whiteknight committed Mar 18, 2011
1 parent a6da2d6 commit 4bec769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.winxed
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,10 @@ function setup_distutils()
${ stat e, distutils, 0 };
if (e)
load_bytecode(distutils);
else
else {
say("Bootstrapping build with existing distutils library");
load_bytecode("src/winxed/Distutils.bootstrap.pir");
}

using Rosella.Winxed.Distutils.winxed_setup;
winxed_setup();
Expand Down

0 comments on commit 4bec769

Please sign in to comment.