Add a ',' so --enable-debug and --prefix don't get mashed together, this was stopping ppc builds from being debug (annoying).

Originally committed to SVN as r3616.
This commit is contained in:
Amar Takhar 2009-10-05 16:54:30 +00:00
parent cbd76e7010
commit c9bc025bb2
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ fosx_ppc.addStep(shell.ShellCommand(
WithProperties("--with-build-credit=BuildBot: %s (%s)", "buildername", "slavename"),
"--with-apple-opengl-framework",
"--with-wx-config=/Users/verm/prefix/lib/wx/config/osx_cocoa-unicode-debug-2.9",
"--enable-debug"
"--enable-debug",
"--prefix=/Users/verm/i",
"--disable-check-wx-opengl",
"--disable-check-wx-stc",