mirror of https://github.com/odrling/Aegisub
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:
parent
cbd76e7010
commit
c9bc025bb2
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue