mirror of https://github.com/odrling/Aegisub
Fix location of wx-config to the general link.
Originally committed to SVN as r4039.
This commit is contained in:
parent
0a12e60a36
commit
ac2a41e9f0
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue