Fix location of wx-config to the general link.

Originally committed to SVN as r4039.
This commit is contained in:
Amar Takhar 2010-01-25 15:13:26 +00:00
parent 0a12e60a36
commit ac2a41e9f0
1 changed files with 2 additions and 2 deletions

View File

@ -320,7 +320,7 @@ fosx.addStep(shell.ShellCommand(
"--prefix=/Users/verm/prefix",
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-2.9",
"--with-wx-config=/Users/verm/prefix/bin/wx-config",
"--enable-debug",
"--disable-check-wx-opengl",
"--disable-check-wx-stc"
@ -427,7 +427,7 @@ fosx_ppc.addStep(shell.ShellCommand(
"--prefix=/Users/verm/prefix",
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-2.9",
"--with-wx-config=/Users/verm/prefix/bin/wx-config",
"--enable-debug"
"--prefix=/Users/verm/i",
"--disable-check-wx-opengl",